]> git.pld-linux.org Git - packages/firefox.git/blame - firefox-prefs.patch
up to 89.0
[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.
6 // See the SCOPE constants in AddonManager.jsm for values to use here.
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
14 // getAppUpdateAutoEnabled from UpdateUtils.jsm should be used.
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 @@
a1cf73e9 40 pref("mousewheel.with_control.action",3);
7bdd344a 41 pref("mousewheel.with_win.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.
a86b0951
JB
48--- a/modules/libpref/init/all.js
49+++ b/modules/libpref/init/all.js
96ef4151
JB
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
2472964d
JP
57 // pref for which side vertical scrollbars should be on
58 // 0 = end-side in UI direction
This page took 0.141472 seconds and 4 git commands to generate.