]> git.pld-linux.org Git - packages/firefox.git/blame - firefox-prefs.patch
- up to 50.0.1
[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
96ef4151
JB
4@@ -94,7 +94,7 @@ pref("extensions.hotfix.certs.1.sha1Fingerprint", "F1:DB:F9:6A:7B:B8:04:FA:48:3C
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);
10
11 // Dictionary download preference
12 pref("browser.dictionaries.download.url", "https://addons.mozilla.org/%LOCALE%/firefox/dictionaries/");
13@@ -157,12 +157,12 @@
f632a004 14 pref("app.update.cert.checkAttributes", false);
298ed8fb 15
16 // Whether or not app updates are enabled
17-pref("app.update.enabled", true);
18+pref("app.update.enabled", false);
19
f632a004
JR
20 // If set to true, the Update Service will automatically download updates when
21 // app updates are enabled per the app.update.enabled preference and if the user
22 // can apply updates.
298ed8fb 23-pref("app.update.auto", true);
24+pref("app.update.auto", false);
25
f632a004
JR
26 // If set to true, the Update Service will present no UI for any event.
27 pref("app.update.silent", false);
96ef4151 28@@ -252,7 +252,7 @@
c5cd9be2 29 pref("general.useragent.complexOverride.moodle", false); // bug 797703
298ed8fb 30
64fa34f7 31 // At startup, check if we're the default browser and prompt user if not.
298ed8fb 32-pref("browser.shell.checkDefaultBrowser", true);
33+pref("browser.shell.checkDefaultBrowser", false);
c5cd9be2 34 pref("browser.shell.shortcutFavicons",true);
298ed8fb 35
36 // 0 = blank, 1 = home (browser.startup.homepage), 2 = last visited page, 3 = resume previous browser session
96ef4151 37@@ -448,6 +448,8 @@
0fca8d8d
JB
38 // 0: no backups created (and deletes all existing backups)
39 pref("browser.bookmarks.max_backups", 10);
d97ddc70 40
d97ddc70 41+pref("intl.locale.matchOS", true);
0fca8d8d
JB
42+
43 // Scripts & Windows prefs
44 pref("dom.disable_open_during_load", true);
45 pref("javascript.options.showInConsole", true);
96ef4151 46@@ -574,7 +576,7 @@
1c42c62c 47 pref("alerts.totalOpenTime", 4000);
48
49 pref("browser.xul.error_pages.enabled", true);
50-pref("browser.xul.error_pages.expert_bad_cert", false);
51+pref("browser.xul.error_pages.expert_bad_cert", true);
52
0fca8d8d
JB
53 // Work Offline is best manually managed by the user.
54 pref("network.manage-offline-status", false);
a86b0951
JB
55--- a/modules/libpref/init/all.js
56+++ b/modules/libpref/init/all.js
96ef4151
JB
57@@ -1510,7 +1510,7 @@ pref("layout.css.visited_links_enabled", true);
58 // A value of 0 means use the system DPI. A positive value is used as the DPI.
59 // This sets the physical size of a device pixel and thus controls the
60 // interpretation of physical units such as "pt".
61-pref("layout.css.dpi", -1);
62+pref("layout.css.dpi", 0);
63
64 // Set the number of device pixels per CSS pixel. A value <= 0 means choose
65 // automatically based on user settings for the platform (e.g., "UI scale factor"
This page took 0.041294 seconds and 4 git commands to generate.