Skip to content

Commit

Permalink
browser.send_pings.require_same_host
Browse files Browse the repository at this point in the history
  • Loading branch information
pyllyukko committed Apr 25, 2015
1 parent 1b4c25c commit 096b276
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions user.js
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,9 @@ user_pref("browser.selfsupport.url", "");

// http://kb.mozillazine.org/Browser.send_pings
user_pref("browser.send_pings", false);
// this shouldn't have any effect, since we block pings altogether, but we'll set it anyway.
// http://kb.mozillazine.org/Browser.send_pings.require_same_host
user_pref("browser.send_pings.require_same_host", true);

// https://developer.mozilla.org/en-US/docs/IndexedDB
// https://wiki.mozilla.org/Security/Reviews/Firefox4/IndexedDB_Security_Review
Expand Down

0 comments on commit 096b276

Please sign in to comment.