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

Disabling referer headers #12

Closed
hrj opened this issue Jun 27, 2015 · 1 comment
Closed

Disabling referer headers #12

hrj opened this issue Jun 27, 2015 · 1 comment

Comments

@hrj
Copy link

hrj commented Jun 27, 2015

network.http.sendReferheader

 0 means never send, breaks many sites
 1 means send only for clicked links, works fine for most sites
 2 (default) means send always.

Recommendation can be to set to 0 or 1. More details here.

network.http.sendSecureXSiteReferrer

true (default) Send referer header when navigating from one https site to another.
false Don't send referer header when navigating from one https site to another

Recommendation can be false. More details here

@amq
Copy link
Owner

amq commented Dec 29, 2015

This list aims to block core Firefox features which *actively* leak data to third-party services.

We are not breaking the browsing experience, so you won't find things like spoofing referrers and canvas properties here.

@amq amq closed this as completed Dec 29, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants