Archived
add Firefox about_config values for Referer #340
Merged
groovecoder
merged 1 commits from 2017-10-04 17:00:09 +00:00
about-config-referer into master
Labels
Clear labels
:mag:🤖 Search Engines
approved
dependencies
duplicate
feedback wanted
high priority
I2P
iOS
low priority
OS
Self-contained networks
Social media
stale
streaming
todo
Tor
WIP
wontfix
XMPP
[m]
₿ cryptocurrency
ℹ️ help wanted
↔️ file sharing
⚙️ web extensions
✨ enhancement
❌ software removal
💬 discussion
🤖 Android
🐛 bug
💢 conflicting
📝 correction
🆘 critical
📧 email
🔒 file encryption
📁 file storage
🦊 Firefox
💻 hardware
🌐 hosting
🏠 housekeeping
🔐 password managers
🧰 productivity tools
🔎 research required
🌐 Social News Aggregators
🆕 software suggestion
👥 team chat
🔒 VPN
🌐 website issue
🚫 Windows
👁️ browsers
🖊️ digital notebooks
🗄️ DNS
🗨️ instant messaging (im)
🇦🇶 translations
approved, waiting for a PR
Pull requests that update a dependency file
The Invisible Internet Project (I2P)
Operating Systems
A label for stalebot if it gets added
Anything related to media streaming.
Anything covering the Tor network
active work in progress, do not merge or PR (yet)!
Issues or bugs that will not be fixed and/or do not have significant impact on the project.
Extensible Messaging and Presence Protocol
Matrix protocol
Browser Extension related issues
Correction of content on the website
Firefox & forks, about:config etc.
Anything primarily related to site cleanup.
Virtual Private Network
*Technical* issues with the website.
Domain Name System
Anything covering a translated version of the site
No labels
Milestone
No items
No Milestone
No due date set.
Dependencies
No dependencies set.
Reference: privacyguides/privacytools.io#340
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.
Description
Add suggested values for
network.http.referer.XOriginPolicyandnetwork.http.referer.XOriginTrimmingPolicyHTML Preview
http://htmlpreview.github.io/?https://github.com/groovecoder/privacytools.io/blob/about-config-referer/index.html
I wasn't aware about these configuration settings, thanks!
Is there a particular reason why you set
network.http.referer.XOriginPolicyto 1 instead of 2?1: a.example.com and b.example.com would be allowed
2: only b.example.com & b.example.com would be allowed
Seems like the second option is even more secure, but maybe at the expense of functionality.
Right;
1would seem to break fewer things. When we studied its effect on user-reported breakage, it seemed to be minimal. We didn't study2yet, but we probably will. I'll update here again if2seems just as good.Sorry I had my settings crossed. We didn't actually study
XOriginPolicyeffects on breakage. But the assumption is the same - referers to eTLD will presumably break fewer sites.Not sure
1really helps. Maybe recommend2and explain that if it breaks sites a lot, the user should try changing it to1?Depends on the adversary and the risk. eTLD's would able to combine/track across the sub-domains if they wanted to. But I see the other privacy settings tweaks maximize privacy, so
2makes sense here.Updated commit to suggest
2and also to suggest a globalReferertrimming policy.