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:
commit
6428a2d9e6
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
|
||||
//Avoid loading urls by mistake
|
||||
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
|
||||
#
|
||||
|
||||
VERSION=36
|
||||
VERSION=37
|
||||
|
||||
. ./config
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue