-
-
Notifications
You must be signed in to change notification settings - Fork 384
Changing the extensions.blocklist.url flag #565
Conversation
Limit the amount of identifiable information sent when requesting the Mozilla harmful extensions blocklist.
Thank you. Can anyone confirm that it will download the same list even if you limit the arguments to |
Hi @Shifterovich, I can't confirm, but if you do |
I suppose you could even set the @Shifterovich let me know if you think I should edit the PR to include this. |
Hi @HxxxxxS, your wget diff should use capital I took the liberty to test with the version set to 63.0: wget -O 1.html -q https://blocklists.settings.services.mozilla.com/v1/blocklist/3/%20/%20/63.0
wget -O 2.html -q https://blocklists.settings.services.mozilla.com/v1/blocklist/3/%20/%20/
diff 1.html 2.html edit: remove $ in front of bash commands |
Haha, my bad. But seems point still stands. |
https://blocklists.settings.services.mozilla.com/v1/blocklist/3/privacy/tools/ works as well. Any pair of values works as long as it ends with The one concern with changing APP_ID/VERSION to something random is that it could break some things, but at this time, mozilla.com serves the same content regardless of these values. I like the null byte approach the most. Even better than serving APP_ID. Can you update the PR to the null byte version? |
We don't actually need to supply the `%APP_ID%`/`%APP_VERSION%` parameters
Thanks. |
@Shifterovich Also there is https://feeding.cloud.geek.nz/posts/how-safe-browsing-works-in-firefox/ This was pointed out in the same Reddit thread. |
@GuyInTheShadows Take a look at #339 |
Thanks for the link. I will read it through. |
@GuyInTheShadows you don't need safebrowsing if you use uBlock Origin. |
Limit the amount of identifiable information sent when requesting the Mozilla harmful extensions blocklist.
Description
From Reddit user /u/LocalFigurez at https://old.reddit.com/r/privacytoolsIO/comments/9uqeew/firefox_tip_sanitize_firefox_blocklist_url_so_it/
Firefox includes feature that connects in regular time intervals (every 24 hour) to the Mozilla's servers to download blocklist of harmful extensions, vulnerable plugins and crash-prone graphic drivers. This request includes following information:
By changing
extensions.blocklist.url
fromto
Firefox won't send identifiable information in the blocklist request and you will still get all the security features from it.
HTML Preview
https://htmlpreview.github.io/?https://github.com/HxxxxxS/privacytools.io/blob/patch-1/index.html