Skip to content

Commit

Permalink
network.http.referer.spoofSource from 1 -> true
Browse files Browse the repository at this point in the history
  • Loading branch information
pyllyukko committed Jun 16, 2015
1 parent 7fb7156 commit b4934ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion user.js
Original file line number Diff line number Diff line change
Expand Up @@ -268,7 +268,7 @@ user_pref("security.csp.enable", true);
// 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);
user_pref("network.http.referer.spoofSource", 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);

Expand Down

0 comments on commit b4934ff

Please sign in to comment.