]> git.pld-linux.org Git - packages/firefox.git/blame - firefox-prefs.patch
- up to 61.0
[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 13@@ -150,7 +150,7 @@
f632a004
JR
14 // If set to true, the Update Service will automatically download updates when
15 // app updates are enabled per the app.update.enabled preference and if the user
16 // can apply updates.
298ed8fb 17-pref("app.update.auto", true);
18+pref("app.update.auto", false);
19
f632a004
JR
20 // If set to true, the Update Service will present no UI for any event.
21 pref("app.update.silent", false);
7bdd344a
JR
22@@ -242,7 +242,7 @@
23 pref("browser.uidensity", 0);
298ed8fb 24
64fa34f7 25 // At startup, check if we're the default browser and prompt user if not.
298ed8fb 26-pref("browser.shell.checkDefaultBrowser", true);
27+pref("browser.shell.checkDefaultBrowser", false);
c5cd9be2 28 pref("browser.shell.shortcutFavicons",true);
7bdd344a
JR
29 pref("browser.shell.mostRecentDateSetAsDefault", "");
30 pref("browser.shell.skipDefaultBrowserCheckOnFirstRun", true);
31@@ -494,6 +494,8 @@
298ed8fb 32
7bdd344a 33 pref("browser.bookmarks.showRecentlyBookmarked", true);
d97ddc70 34
d97ddc70 35+pref("intl.locale.matchOS", true);
0fca8d8d
JB
36+
37 // Scripts & Windows prefs
38 pref("dom.disable_open_during_load", true);
39 pref("javascript.options.showInConsole", true);
7bdd344a
JR
40@@ -629,7 +629,7 @@
41 pref("mousewheel.with_win.action", 1);
1c42c62c 42
43 pref("browser.xul.error_pages.enabled", true);
44-pref("browser.xul.error_pages.expert_bad_cert", false);
45+pref("browser.xul.error_pages.expert_bad_cert", true);
d6ee80a5 46 pref("browser.xul.error_pages.show_safe_browsing_details_on_load", false);
1c42c62c 47
7bdd344a 48 // Enable captive portal detection.
a86b0951
JB
49--- a/modules/libpref/init/all.js
50+++ b/modules/libpref/init/all.js
96ef4151
JB
51@@ -1510,7 +1510,7 @@ pref("layout.css.visited_links_enabled", true);
52 // A value of 0 means use the system DPI. A positive value is used as the DPI.
53 // This sets the physical size of a device pixel and thus controls the
54 // interpretation of physical units such as "pt".
55-pref("layout.css.dpi", -1);
56+pref("layout.css.dpi", 0);
57
58 // Set the number of device pixels per CSS pixel. A value <= 0 means choose
59 // automatically based on user settings for the platform (e.g., "UI scale factor"
This page took 0.037594 seconds and 4 git commands to generate.