Skip to content

Commit d7d7343

Browse files
committed
Cleanup the referer settings part
Fixes #227
1 parent 9f24c03 commit d7d7343

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

Diff for: user.js

+1-3
Original file line numberDiff line numberDiff line change
@@ -468,10 +468,8 @@ user_pref("security.sri.enable", true);
468468
// https://github.com/pyllyukko/user.js/issues/11
469469
//user_pref("privacy.donottrackheader.enabled", true);
470470

471-
// http://kb.mozillazine.org/Network.http.sendRefererHeader#0
472-
// https://bugzilla.mozilla.org/show_bug.cgi?id=822869
473471
// Send a referer header with the target URI as the source
474-
//user_pref("network.http.sendRefererHeader", 1);
472+
// https://bugzilla.mozilla.org/show_bug.cgi?id=822869
475473
user_pref("network.http.referer.spoofSource", true);
476474

477475
// CIS 2.5.1 Accept Only 1st Party Cookies

0 commit comments

Comments
 (0)