Skip to content
Snippets Groups Projects
Commit 6428a2d9 authored by Ruben Rodriguez's avatar Ruben Rodriguez
Browse files

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
parents 0f233a14 e7ec0891
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment