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

Block sending Referrer information #3604

Closed
Erikuio opened this issue Mar 14, 2018 · 1 comment
Closed

Block sending Referrer information #3604

Erikuio opened this issue Mar 14, 2018 · 1 comment
Labels

Comments

@Erikuio
Copy link

Erikuio commented Mar 14, 2018

to improve user privacy (like the other Things webrtc, Hyperlink, csp...)

for Firefox (about:config)
Normal Modus: network.http.referer.defaultPolicy (Standard = 3)
Private Modus: network.http.referer.defaultPolicy.pbmode (Standard = 2)

From version 53 onwards, Gecko has a pref available in about:config to allow users to set their default Referrer-Policy— network.http.referer.userControlPolicy.
From version 59 onwards (See #587523), this has been replaced by network.http.referer.defaultPolicy and network.http.referer.defaultPolicy.pbmode.
-> https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Referrer-Policy

Chrome etc i dont know.

greetings

@huubert
Copy link

huubert commented Mar 19, 2018

You could already do this by setting network.http.referer.XOriginPolicy to 2.
I've been using it for months and it didn't break any sites yet.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants