uBlock icon indicating copy to clipboard operation
uBlock copied to clipboard

Block sending Referrer information

Open Erikuio opened this issue 7 years ago • 4 comments

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

Erikuio avatar Mar 14 '18 09:03 Erikuio

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.

huubert avatar Mar 19 '18 18:03 huubert