]> git.pld-linux.org Git - packages/firefox.git/blame - firefox-prefs.patch
up to 125.0.1
[packages/firefox.git] / firefox-prefs.patch
CommitLineData
8f587d77
JB
1--- firefox-66.0.3/browser/app/profile/firefox.js.orig 2019-04-09 21:59:43.000000000 +0200
2+++ firefox-66.0.3/browser/app/profile/firefox.js 2019-04-22 16:01:43.348625457 +0200
3@@ -53,7 +53,7 @@
96ef4151
JB
4
5 // Disable add-ons that are not installed by the user in all scopes by default.
4fb3117b 6 // See the SCOPE constants in AddonManager.sys.mjs for values to use here.
96ef4151
JB
7-pref("extensions.autoDisableScopes", 15);
8+pref("extensions.autoDisableScopes", 3);
7bdd344a
JR
9 // Scopes to scan for changes at startup.
10 pref("extensions.startupScanScopes", 0);
96ef4151 11
8f587d77
JB
12@@ -140,7 +140,7 @@
13 // should no longer be used directly. Instead, getAppUpdateAutoEnabled and
8877d317 14 // getAppUpdateAutoEnabled from UpdateUtils.sys.mjs should be used.
8f587d77 15 #ifndef XP_WIN
a1cf73e9
JR
16- pref("app.update.auto", true);
17+ pref("app.update.auto", false);
8f587d77 18 #endif
298ed8fb 19
2472964d 20 // If set to true, the Update Service will apply updates in the background
8f587d77 21@@ -227,7 +227,7 @@
544da27a 22 pref("browser.compactmode.show", false);
298ed8fb 23
64fa34f7 24 // At startup, check if we're the default browser and prompt user if not.
298ed8fb 25-pref("browser.shell.checkDefaultBrowser", true);
26+pref("browser.shell.checkDefaultBrowser", false);
c5cd9be2 27 pref("browser.shell.shortcutFavicons",true);
7bdd344a
JR
28 pref("browser.shell.mostRecentDateSetAsDefault", "");
29 pref("browser.shell.skipDefaultBrowserCheckOnFirstRun", true);
8f587d77
JB
30@@ -501,6 +501,8 @@
31 // Whether menu should close after Ctrl-click, middle-click, etc.
32 pref("browser.bookmarks.openInTabClosesMenu", true);
d97ddc70 33
d97ddc70 34+pref("intl.locale.matchOS", true);
0fca8d8d 35+
2472964d
JP
36 // Where new bookmarks go by default.
37 // Use PlacesUIUtils.defaultParentGuid to read this; do NOT read the pref
38 // directly.
8f587d77 39@@ -646,7 +648,7 @@
c7ff74a2 40
ab8ab171 41 pref("mousewheel.with_meta.action", 1);
1c42c62c 42
1c42c62c 43-pref("browser.xul.error_pages.expert_bad_cert", false);
44+pref("browser.xul.error_pages.expert_bad_cert", true);
d6ee80a5 45 pref("browser.xul.error_pages.show_safe_browsing_details_on_load", false);
1c42c62c 46
7bdd344a 47 // Enable captive portal detection.
This page took 0.25884 seconds and 5 git commands to generate.