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 //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