diff options
author | Ruben Rodriguez <ruben@gnu.org> | 2014-10-09 15:36:39 +0200 |
---|---|---|
committer | Ruben Rodriguez <ruben@gnu.org> | 2014-10-09 15:36:39 +0200 |
commit | 1d08e84748748bacd9747ada7e7e0dac2ad6c408 (patch) | |
tree | b56457465fb1262e5871e78433c3a9ea60b9aaf3 /helpers | |
parent | ada9157dba86db9b58733c85359ef38b7629795c (diff) |
Changes to settings.js to make extensions work in binary bundles
Diffstat (limited to 'helpers')
-rw-r--r-- | helpers/DATA/firefox/gnu/settings.js | 19 | ||||
-rw-r--r-- | helpers/DATA/firefox/trisquel/settings.js | 19 |
2 files changed, 38 insertions, 0 deletions
diff --git a/helpers/DATA/firefox/gnu/settings.js b/helpers/DATA/firefox/gnu/settings.js index bb4ed9a..4c68914 100644 --- a/helpers/DATA/firefox/gnu/settings.js +++ b/helpers/DATA/firefox/gnu/settings.js @@ -1,3 +1,17 @@ +// Disable default browser checking. +pref("browser.shell.checkDefaultBrowser", false); + +// Don't disable extensions dropped in to a system +// location, or those owned by the application +pref("extensions.autoDisableScopes", 3); +//pref("extensions.enabledScopes", 15); + +// Don't display the one-off addon selection dialog when +// upgrading from a version of Firefox older than 8.0 +pref("extensions.shownSelectionUI", true); + +// Don't call home for blacklisting +pref("extensions.blocklist.enabled", false); // Release notes and vendor URLs pref("app.releaseNotesURL", "https://www.gnu.org/software/gnuzilla/"); @@ -109,6 +123,11 @@ pref("toolkit.telemetry.enabled", false); // Do not tell what plugins do we have enabled: https://mail.mozilla.org/pipermail/firefox-dev/2013-November/001186.html pref("plugins.enumerable_names", ""); pref("plugin.state.flash", 1); +// Do not autoupdate search engines +pref("browser.search.update", false); +// Warn when the page tries to redirect or refresh +pref("accessibility.blockautorefresh", true); + // Services diff --git a/helpers/DATA/firefox/trisquel/settings.js b/helpers/DATA/firefox/trisquel/settings.js index bb4ed9a..4c68914 100644 --- a/helpers/DATA/firefox/trisquel/settings.js +++ b/helpers/DATA/firefox/trisquel/settings.js @@ -1,3 +1,17 @@ +// Disable default browser checking. +pref("browser.shell.checkDefaultBrowser", false); + +// Don't disable extensions dropped in to a system +// location, or those owned by the application +pref("extensions.autoDisableScopes", 3); +//pref("extensions.enabledScopes", 15); + +// Don't display the one-off addon selection dialog when +// upgrading from a version of Firefox older than 8.0 +pref("extensions.shownSelectionUI", true); + +// Don't call home for blacklisting +pref("extensions.blocklist.enabled", false); // Release notes and vendor URLs pref("app.releaseNotesURL", "https://www.gnu.org/software/gnuzilla/"); @@ -109,6 +123,11 @@ pref("toolkit.telemetry.enabled", false); // Do not tell what plugins do we have enabled: https://mail.mozilla.org/pipermail/firefox-dev/2013-November/001186.html pref("plugins.enumerable_names", ""); pref("plugin.state.flash", 1); +// Do not autoupdate search engines +pref("browser.search.update", false); +// Warn when the page tries to redirect or refresh +pref("accessibility.blockautorefresh", true); + // Services |