Initial commit

This commit is contained in:
2025-10-18 17:55:05 +03:00
commit 172951f49f
6 changed files with 366 additions and 0 deletions
+8
View File
@@ -0,0 +1,8 @@
// Use LANG environment variable to choose locale
pref("intl.locale.requested", "");
// Disable default browser checking.
pref("browser.shell.checkDefaultBrowser", false);
// Don't disable our bundled extensions in the application directory
pref("extensions.autoDisableScopes", 11);