firefox: disable heartbeat

This commit is contained in:
Santiago Rodriguez 2015-03-31 19:19:01 +02:00
parent 457582712a
commit e7ec08917f
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
//Avoid loading urls by mistake
pref("middlemouse.contentLoadURL", false);
//Disable heartbeat
pref("browser.selfsupport.url", "");