mirror of
https://gitdl.cn/https://github.com/chakralinux/gtk.git
synced 2025-01-24 09:52:13 +08:00
11 lines
383 B
JavaScript
11 lines
383 B
JavaScript
// Use LANG environment variable to choose locale
|
|
pref("intl.locale.matchOS", true);
|
|
|
|
// Disable default browser checking.
|
|
pref("browser.shell.checkDefaultBrowser", true);
|
|
pref("browser.search.defaultenginename", "DuckDuckGo");
|
|
|
|
// Don't disable our bundled extensions in the application directory
|
|
pref("extensions.autoDisableScopes", 11);
|
|
pref("extensions.shownSelectionUI", true);
|