Skip to content
Snippets Groups Projects
Commit 36d57b33 authored by Santiago Rodriguez's avatar Santiago Rodriguez Committed by Ruben Rodriguez
Browse files

firefox: disable Hello (properly)

parent ebf6ea61
No related branches found
No related tags found
No related merge requests found
// 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", ""); ...@@ -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);
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