We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9f24c03 commit d7d7343Copy full SHA for d7d7343
user.js
@@ -468,10 +468,8 @@ user_pref("security.sri.enable", true);
468
// https://github.com/pyllyukko/user.js/issues/11
469
//user_pref("privacy.donottrackheader.enabled", true);
470
471
-// http://kb.mozillazine.org/Network.http.sendRefererHeader#0
472
-// https://bugzilla.mozilla.org/show_bug.cgi?id=822869
473
// Send a referer header with the target URI as the source
474
-//user_pref("network.http.sendRefererHeader", 1);
+// https://bugzilla.mozilla.org/show_bug.cgi?id=822869
475
user_pref("network.http.referer.spoofSource", true);
476
477
// CIS 2.5.1 Accept Only 1st Party Cookies
0 commit comments