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

Broken icons? [solved: browser.display.use_document_fonts which is no longer used] #824

Closed
privacyguy123 opened this issue Oct 28, 2019 · 5 comments

Comments

@privacyguy123
Copy link

Anybody know which setting is affecting these buttons being able to load?

image

@rusty-snake
Copy link
Contributor

Which site?

I have often seen something like that if svg.disabled = true.

@Thorin-Oakenpants
Copy link
Contributor

Those are ligatures - see FirefoxBar/HeaderEditor#46 - It is caused by browser.display.use_document_fonts

You have two options

  • get the extension dev to code around it
  • log a bugzilla that the pref should not apply to extensions (not sure if it will get any priority as the pref is rarely used) - but who knows, some of these are trivial bits of code: example that svg pref not applying to extensions - for years it lingered, but then gk from tor project opened a ticket and it was done with 2 or 3 days

@Thorin-Oakenpants
Copy link
Contributor

That is an extension, right?

@privacyguy123
Copy link
Author

privacyguy123 commented Oct 29, 2019

These are icons on a website page - seems strange the fonts option affects it but you are right, yes, that fixes it!

Is having fonts turned on really that big of a privacy leak if I have a totally stock system? Surely I look more "unique" having 3 fonts show up via fingerprinting APIs than the usual x Windows has?

@Thorin-Oakenpants Thorin-Oakenpants changed the title Broken icons? Broken icons? [solved: browser.display.use_document_fonts] Oct 30, 2019
@Thorin-Oakenpants Thorin-Oakenpants changed the title Broken icons? [solved: browser.display.use_document_fonts] Broken icons? [solved: browser.display.use_document_fonts which is no longer used] Dec 5, 2021
@Thorin-Oakenpants
Copy link
Contributor

pref was made inactive in AF v82, and since AF v91 has been under a DON'T BOTHER section, hence changing the labels

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

No branches or pull requests

3 participants