]> git.pld-linux.org Git - packages/firefox.git/blob - firefox-prefs.patch
up to 125.0.2
[packages/firefox.git] / firefox-prefs.patch
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 @@
4  
5  // Disable add-ons that are not installed by the user in all scopes by default.
6  // See the SCOPE constants in AddonManager.sys.mjs for values to use here.
7 -pref("extensions.autoDisableScopes", 15);
8 +pref("extensions.autoDisableScopes", 3);
9  // Scopes to scan for changes at startup.
10  pref("extensions.startupScanScopes", 0);
11  
12 @@ -140,7 +140,7 @@
13  // should no longer be used directly. Instead, getAppUpdateAutoEnabled and
14  // getAppUpdateAutoEnabled from UpdateUtils.sys.mjs should be used.
15  #ifndef XP_WIN
16 -  pref("app.update.auto", true);
17 +  pref("app.update.auto", false);
18  #endif
19  
20  // If set to true, the Update Service will apply updates in the background
21 @@ -227,7 +227,7 @@
22  pref("browser.compactmode.show", false);
23  
24  // At startup, check if we're the default browser and prompt user if not.
25 -pref("browser.shell.checkDefaultBrowser", true);
26 +pref("browser.shell.checkDefaultBrowser", false);
27  pref("browser.shell.shortcutFavicons",true);
28  pref("browser.shell.mostRecentDateSetAsDefault", "");
29  pref("browser.shell.skipDefaultBrowserCheckOnFirstRun", true);
30 @@ -501,6 +501,8 @@
31  // Whether menu should close after Ctrl-click, middle-click, etc.
32  pref("browser.bookmarks.openInTabClosesMenu", true);
33  
34 +pref("intl.locale.matchOS", true);
35 +
36  // Where new bookmarks go by default.
37  // Use PlacesUIUtils.defaultParentGuid to read this; do NOT read the pref
38  // directly.
39 @@ -646,7 +648,7 @@
40  
41  pref("mousewheel.with_meta.action", 1);
42  
43 -pref("browser.xul.error_pages.expert_bad_cert", false);
44 +pref("browser.xul.error_pages.expert_bad_cert", true);
45  pref("browser.xul.error_pages.show_safe_browsing_details_on_load", false);
46  
47  // Enable captive portal detection.
This page took 0.046403 seconds and 4 git commands to generate.