Archived
Changing the extensions.blocklist.url flag #565
Merged
HxxxxxS
merged 2 commits from 2018-11-07 14:36:19 +00:00
patch-1 into master
No Reviewers
Labels
Clear labels
:mag:🤖 Search Engines
I2P
OS
Self-contained networks
Social media
Tor
WIP
XMPP
[m]
approved
dependencies
duplicate
feedback wanted
high priority
iOS
low priority
stale
streaming
todo
wontfix
₿ cryptocurrency
ℹ️ help wanted
↔️ file sharing
⚙️ web extensions
✨ enhancement
❌ software removal
🆕 software suggestion
🆘 critical
🇦🇶 translations
🌐 Social News Aggregators
🌐 hosting
🌐 website issue
🏠 housekeeping
🐛 bug
👁️ browsers
👥 team chat
💢 conflicting
💬 discussion
💻 hardware
📁 file storage
📝 correction
📧 email
🔎 research required
🔐 password managers
🔒 VPN
🔒 file encryption
🖊️ digital notebooks
🗄️ DNS
🗨️ instant messaging (im)
🚫 Windows
🤖 Android
🦊 Firefox
🧰 productivity tools
The Invisible Internet Project (I2P)
Operating Systems
Anything covering the Tor network
active work in progress, do not merge or PR (yet)!
Extensible Messaging and Presence Protocol
Matrix protocol
approved, waiting for a PR
Pull requests that update a dependency file
A label for stalebot if it gets added
Anything related to media streaming.
Issues or bugs that will not be fixed and/or do not have significant impact on the project.
Browser Extension related issues
Anything covering a translated version of the site
*Technical* issues with the website.
Anything primarily related to site cleanup.
Correction of content on the website
Virtual Private Network
Domain Name System
Firefox & forks, about:config etc.
No labels
Milestone
No items
No Milestone
No due date set.
Dependencies
No dependencies set.
Reference: privacyguides/privacytools.io#565
Reference in New Issue
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
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.urlfromto
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
Thank you.
Can anyone confirm that it will download the same list even if you limit the arguments to
APP_IDandAPP_VERSION?Hi @Shifterovich, I can't confirm, but if you do
https://blocklists.settings.services.mozilla.com/v1/blocklist/3/%20/%20/you get the list.Changing random parameters from null
I suppose you could even set the
extensions.blocklist.urlflag to the nullbyte parameter url @zalox posted above.@Shifterovich let me know if you think I should edit the PR to include this.
Hi @HxxxxxS, your wget diff should use capital
-Oinstead of-o.I took the liberty to test with the version set to 63.0:
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?
Thanks.
@Shifterovich
Also there is
browser.safebrowsing.downloads.remote.enabledpreference which can be set tofalse. This disables safebrowsing binaries which aren't on local lists being checked by Google (real-time metadata checking). Also this does NOT disable safebrowsing feature which would otherwise weaken security.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.
Also using safebrowsing is a privacy problem