Skip to content

Commit

Permalink
Merge pull request #190 from fmarier/patch-2
Browse files Browse the repository at this point in the history
Remove network.http.sendSecureXSiteReferrer
  • Loading branch information
pyllyukko authored Oct 13, 2016
2 parents 8b81a5a + 30fcd74 commit 57dc646
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions user.js
Original file line number Diff line number Diff line change
Expand Up @@ -420,8 +420,6 @@ user_pref("security.sri.enable", true);
// Send a referer header with the target URI as the source
//user_pref("network.http.sendRefererHeader", 1);
user_pref("network.http.referer.spoofSource", true);
// CIS Version 1.2.0 October 21st, 2011 2.4.3 Disable Referer from an SSL Website
user_pref("network.http.sendSecureXSiteReferrer", false);

// CIS 2.5.1 Accept Only 1st Party Cookies
// http://kb.mozillazine.org/Network.cookie.cookieBehavior#1
Expand Down

0 comments on commit 57dc646

Please sign in to comment.