firefox: disable heartbeat
This commit is contained in:
parent
457582712a
commit
e7ec08917f
2 changed files with 5 additions and 1 deletions
|
|
@ -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", "");
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -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
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue