]> git.pld-linux.org Git - packages/firefox.git/blame - firefox-prefs.patch
- 57.0.4, Spectre fixes for CVE-2017-5753 and CVE-2017-5715
[packages/firefox.git] / firefox-prefs.patch
CommitLineData
298ed8fb 1diff -ur mozilla.orig/browser/app/profile/firefox.js mozilla/browser/app/profile/firefox.js
2--- mozilla.orig/browser/app/profile/firefox.js 2008-06-21 12:55:30.000000000 +0200
3+++ mozilla/browser/app/profile/firefox.js 2008-06-21 15:25:48.000000000 +0200
7bdd344a 4@@ -65,7 +65,7 @@ pref("extensions.hotfix.certs.1.sha1Fingerprint", "F1:DB:F9:6A:7B:B8:04:FA:48:3C
96ef4151
JB
5
6 // Disable add-ons that are not installed by the user in all scopes by default.
7 // See the SCOPE constants in AddonManager.jsm for values to use here.
8-pref("extensions.autoDisableScopes", 15);
9+pref("extensions.autoDisableScopes", 3);
7bdd344a
JR
10 // Scopes to scan for changes at startup.
11 pref("extensions.startupScanScopes", 0);
96ef4151 12
7bdd344a
JR
13@@ -130,7 +130,7 @@
14 pref("app.update.backgroundMaxErrors", 10);
298ed8fb 15
16 // Whether or not app updates are enabled
17-pref("app.update.enabled", true);
18+pref("app.update.enabled", false);
19
7bdd344a
JR
20 // Whether or not to use the doorhanger application update UI.
21 pref("app.update.doorhanger", true);
22@@ -150,7 +150,7 @@
f632a004
JR
23 // If set to true, the Update Service will automatically download updates when
24 // app updates are enabled per the app.update.enabled preference and if the user
25 // can apply updates.
298ed8fb 26-pref("app.update.auto", true);
27+pref("app.update.auto", false);
28
f632a004
JR
29 // If set to true, the Update Service will present no UI for any event.
30 pref("app.update.silent", false);
7bdd344a
JR
31@@ -242,7 +242,7 @@
32 pref("browser.uidensity", 0);
298ed8fb 33
64fa34f7 34 // At startup, check if we're the default browser and prompt user if not.
298ed8fb 35-pref("browser.shell.checkDefaultBrowser", true);
36+pref("browser.shell.checkDefaultBrowser", false);
c5cd9be2 37 pref("browser.shell.shortcutFavicons",true);
7bdd344a
JR
38 pref("browser.shell.mostRecentDateSetAsDefault", "");
39 pref("browser.shell.skipDefaultBrowserCheckOnFirstRun", true);
40@@ -494,6 +494,8 @@
298ed8fb 41
7bdd344a 42 pref("browser.bookmarks.showRecentlyBookmarked", true);
d97ddc70 43
d97ddc70 44+pref("intl.locale.matchOS", true);
0fca8d8d
JB
45+
46 // Scripts & Windows prefs
47 pref("dom.disable_open_during_load", true);
48 pref("javascript.options.showInConsole", true);
7bdd344a
JR
49@@ -629,7 +629,7 @@
50 pref("mousewheel.with_win.action", 1);
1c42c62c 51
52 pref("browser.xul.error_pages.enabled", true);
53-pref("browser.xul.error_pages.expert_bad_cert", false);
54+pref("browser.xul.error_pages.expert_bad_cert", true);
55
7bdd344a
JR
56 // Enable captive portal detection.
57 pref("network.captive-portal-service.enabled", true);
a86b0951
JB
58--- a/modules/libpref/init/all.js
59+++ b/modules/libpref/init/all.js
96ef4151
JB
60@@ -1510,7 +1510,7 @@ pref("layout.css.visited_links_enabled", true);
61 // A value of 0 means use the system DPI. A positive value is used as the DPI.
62 // This sets the physical size of a device pixel and thus controls the
63 // interpretation of physical units such as "pt".
64-pref("layout.css.dpi", -1);
65+pref("layout.css.dpi", 0);
66
67 // Set the number of device pixels per CSS pixel. A value <= 0 means choose
68 // automatically based on user settings for the platform (e.g., "UI scale factor"
This page took 0.116436 seconds and 4 git commands to generate.