]> git.pld-linux.org Git - packages/firefox.git/blame - firefox-prefs.patch
- updated to 69.0.2
[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
298ed8fb 16-pref("app.update.auto", true);
17+pref("app.update.auto", false);
8f587d77 18 #endif
298ed8fb 19
f632a004 20 // If set to true, the Update Service will present no UI for any event.
8f587d77
JB
21@@ -227,7 +227,7 @@
22 pref("browser.touchmode.auto", true);
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
JB
35+
36 // Scripts & Windows prefs
37 pref("dom.disable_open_during_load", true);
38 pref("javascript.options.showInConsole", true);
8f587d77 39@@ -646,7 +648,7 @@
7bdd344a 40 pref("mousewheel.with_win.action", 1);
1c42c62c 41
42 pref("browser.xul.error_pages.enabled", true);
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
57 // Set the number of device pixels per CSS pixel. A value <= 0 means choose
58 // automatically based on user settings for the platform (e.g., "UI scale factor"
This page took 0.049272 seconds and 4 git commands to generate.