Skip to content

Commit

Permalink
Cleanup the referer settings part
Browse files Browse the repository at this point in the history
Fixes #227
  • Loading branch information
pyllyukko committed Mar 8, 2017
1 parent 9f24c03 commit d7d7343
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions user.js
Original file line number Diff line number Diff line change
Expand Up @@ -468,10 +468,8 @@ user_pref("security.sri.enable", true);
// https://github.com/pyllyukko/user.js/issues/11
//user_pref("privacy.donottrackheader.enabled", true);

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

// CIS 2.5.1 Accept Only 1st Party Cookies
Expand Down

0 comments on commit d7d7343

Please sign in to comment.