-
Notifications
You must be signed in to change notification settings - Fork 785
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
About blocking remote fonts #298
Comments
Firefox Prefs say use document fonts. That's really generic and allows scripts to run in the background even if set to false. uBlock, by properly blocking the calls related to remote fonts, is far better privacy-wise. |
The whole point is there indeed : does browser.display.use_document_fonts in Firefox, when set to 0, mean that remote fonts are not downloaded? document_fonts is a generic formulation but it can also mean that not using them is implicitly not downloading them ... The above explanation of the setting, "// enable/disable websites downloading their own fonts - (0=block, 1=allow)" is from me, from a long time ago when I assumed then that blocking remote fonts on Firefox meant not downloading them ...but i'm not so sure anymore. There wouldn't be any problematic in my mind if it weren't that blocking remote fonts with UBO includes icon fonts. I don't care about remote fonts and I block them in Firefox as i'd block them with UBO, but I do care for icon fonts : many pages use them ... Mozilla's definition of the setting is (now that I've searched for it) : browser.display.use_document_fonts: So you might be right, @Atavic , it might very well be that fonts remain downloaded but not used ... |
Most of those fonts are retrieved with scripts that call a CDN as google that easily fingerprints your browser when it loads the scripts. Blocking them reduces the attack surface against your browser (less fingerprinting exposition). |
I'm aware of that, I'm not wondering if blocking remote fonts is pertinent, I know it is. Concerning Google alone I've set * fonts.googleapis.com * block ... that's not the problem. If Firefox blocks downloading of all remote fonts (except icon fonts if that option is chosen) then I keep Firefox rather than UBO because UBO blocks icon fonts as well. If Firefox blocks use/display of fonts but downloads them whatever, then I choose UBO font blocking. 'see what I mean? |
Yes. Firefox doesn't block those scripts, uBlock does it. |
Fanboy Anti-font Tracking is an alternative for other adblocker such Adblock Plus, AdBlock, Adgurd... |
I do understand the option to block remote fonts. If enabled remote fonts aren't downloaded.
What is unclear in my mind is this option compared to Firefox's font settings available in about:config,
I'm comparing because Firefox as we see has the option to block remote fonts with the exception of icon fonts.
If I use UBOo' remote fonts blocking then all remote fonts are blocked, that is aren't downloaded, icon fonts as well.
So my question is : does UBO's remote font blocking perform the same as Firefox's browser.display.use_document_fonts set to 0?
I'm assuming Firefox's remote font blocking blocks their download, not only their display: should I be wrong then there would be no possible comparison.
Thanks.
The text was updated successfully, but these errors were encountered: