Skip to content

Commit

Permalink
Disable heartbeat
Browse files Browse the repository at this point in the history
  • Loading branch information
pyllyukko committed Apr 24, 2015
1 parent f4efd35 commit ca2c759
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions user.js
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,10 @@ user_pref("media.getusermedia.screensharing.enabled", false);
user_pref("browser.newtabpage.enhanced", false);
user_pref("browser.newtab.preload", false);

// disable heartbeat
// https://wiki.mozilla.org/Advocacy/heartbeat
user_pref("browser.selfsupport.url", "");

// http://kb.mozillazine.org/Browser.send_pings
user_pref("browser.send_pings", false);

Expand Down

0 comments on commit ca2c759

Please sign in to comment.