Merge branch 'disable-firefox-heartbeat' into 'belenos'

Disable firefox heartbeat

More info about this feature here:
https://wiki.mozilla.org/Advocacy/heartbeat

See merge request !65
This commit is contained in:
Ruben Rodriguez 2015-04-01 18:31:12 +00:00
commit 6428a2d9e6
2 changed files with 5 additions and 1 deletions

View file

@ -164,3 +164,7 @@ pref("media.gmp-gmpopenh264.provider.enabled", false);
//Disable middle click content load //Disable middle click content load
//Avoid loading urls by mistake //Avoid loading urls by mistake
pref("middlemouse.contentLoadURL", false); pref("middlemouse.contentLoadURL", false);
//Disable heartbeat
pref("browser.selfsupport.url", "");

View file

@ -17,7 +17,7 @@
# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA # Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
# #
VERSION=36 VERSION=37
. ./config . ./config