diff options
author | B Stack <bgstack15@gmail.com> | 2019-04-17 14:40:22 +0000 |
---|---|---|
committer | B Stack <bgstack15@gmail.com> | 2019-04-17 14:40:22 +0000 |
commit | 0ac673f30cefe3f6acbdcca177505d8c4a89f8dd (patch) | |
tree | 0024cc9509ab6f1a93d2ce18a1a118b49dacb926 /waterfox/debian/vendor.js | |
parent | Merge branch 'freefilesync-bump' into 'master' (diff) | |
parent | waterfox: WIP do not use pinned rust (diff) | |
download | stackrpms-0ac673f30cefe3f6acbdcca177505d8c4a89f8dd.tar.gz stackrpms-0ac673f30cefe3f6acbdcca177505d8c4a89f8dd.tar.bz2 stackrpms-0ac673f30cefe3f6acbdcca177505d8c4a89f8dd.zip |
Merge branch 'waterfox-rpm' into 'master'
Waterfox 56.2.8
See merge request bgstack15/stackrpms!53
Diffstat (limited to 'waterfox/debian/vendor.js')
-rw-r--r-- | waterfox/debian/vendor.js | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/waterfox/debian/vendor.js b/waterfox/debian/vendor.js new file mode 100644 index 0000000..98363e4 --- /dev/null +++ b/waterfox/debian/vendor.js @@ -0,0 +1,19 @@ +// 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); + +// Don't display the one-off addon selection dialog when +// upgrading from a version of Waterfox older than 8.0 +pref("extensions.shownSelectionUI", true); + +// Use LANG environment variable to choose locale +pref("intl.locale.matchOS", true); + +// Fall back to en-US search plugins if none exist for the current locale +pref("distribution.searchplugins.defaultLocale", "en-US"); + +// Use OS regional settings for date and time +pref("intl.regional_prefs.use_os_locales", true); |