Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove dependency to fonts.googleapis.com #5

Open
scito opened this issue Oct 12, 2019 · 1 comment
Open

Remove dependency to fonts.googleapis.com #5

scito opened this issue Oct 12, 2019 · 1 comment

Comments

@scito
Copy link

scito commented Oct 12, 2019

This addon requests a data dependency on fonts.googleapis.com.

As the user of this addon may be privacy sensitive people it would be good, if the dependency to fonts.googleapis.com could be removed.

Maybe the fonts can be packed into the addon.

@palrogg
Copy link
Contributor

palrogg commented Nov 19, 2019

Thank you, good point! The thing is it’s a bit tricky for “content scripts”. It would also require new permissions, which may disable the extension for Chrome user (auto-update then missing permission).

Notes for myself:

  "fonts/*.woff2",
  "fonts/*.woff2"
]```

Relative path:
`/` for Firefox? Didn’t work (maybe missing permission in manifest)
`chrome-extension://__MSG_@@extension_id__` for Chrome? Doesn’t seem to work on Firefox

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants