diff options
Diffstat (limited to 'debian/vendor.js')
-rw-r--r-- | debian/vendor.js | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/debian/vendor.js b/debian/vendor.js new file mode 100644 index 0000000000..29b25c98d5 --- /dev/null +++ b/debian/vendor.js @@ -0,0 +1,10 @@ +pref("distribution.searchplugins.defaultLocale", "en-US"); +// Forbid application updates +pref("app.update.enabled", false, locked); + +pref("devtools.webide.autoinstallADBHelper", false); +pref("devtools.webide.autoinstallFxdtAdapters", false); + +pref("extensions.unsignedScopes", 12); + +pref("spellchecker.dictionary_path", "/usr/share/hunspell"); |