]> git.pld-linux.org Git - packages/firefox.git/blob - firefox-prefs.patch
require nss/nspr firefox was built against
[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.jsm 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.jsm 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.touchmode.auto", true);
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  pref("mousewheel.with_control.action",3);
41  pref("mousewheel.with_win.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.
48 --- a/modules/libpref/init/all.js
49 +++ b/modules/libpref/init/all.js
50 @@ -1510,7 +1510,7 @@ pref("layout.css.visited_links_enabled", true);
51  // A value of 0 means use the system DPI. A positive value is used as the DPI.
52  // This sets the physical size of a device pixel and thus controls the
53  // interpretation of physical units such as "pt".
54 -pref("layout.css.dpi", -1);
55 +pref("layout.css.dpi", 0);
56  
57  // pref for which side vertical scrollbars should be on
58  // 0 = end-side in UI direction
This page took 0.037615 seconds and 3 git commands to generate.