firefox: disable Hello (properly)

This commit is contained in:
Santiago Rodriguez 2015-04-23 21:46:30 +02:00 committed by Ruben Rodriguez
parent ebf6ea61bc
commit 36d57b33ca

View file

@ -1,7 +1,4 @@
// Enable hello
pref("loop.throttled", false);
// Release notes and vendor URLs // Release notes and vendor URLs
pref("app.releaseNotesURL", "http://trisquel.info/browser"); pref("app.releaseNotesURL", "http://trisquel.info/browser");
pref("app.vendorURL", "http://trisquel.info/browser"); pref("app.vendorURL", "http://trisquel.info/browser");
@ -173,4 +170,5 @@ pref("browser.selfsupport.url", "");
pref("browser.apps.URL", ""); pref("browser.apps.URL", "");
//Disable Firefox Hello //Disable Firefox Hello
pref("loop.enabled","false"); pref("loop.enabled",false);