]> git.pld-linux.org Git - packages/firefox.git/blob - firefox-prefs.patch
up to 58.0
[packages/firefox.git] / firefox-prefs.patch
1 diff -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
4 @@ -65,7 +65,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  // Scopes to scan for changes at startup.
11  pref("extensions.startupScanScopes", 0);
12  
13 @@ -130,7 +130,7 @@
14  pref("app.update.backgroundMaxErrors", 10);
15  
16  // Whether or not app updates are enabled
17 -pref("app.update.enabled", true);
18 +pref("app.update.enabled", false);
19  
20  // Whether or not to use the doorhanger application update UI.
21  pref("app.update.doorhanger", true);
22 @@ -150,7 +150,7 @@
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.
26 -pref("app.update.auto", true);
27 +pref("app.update.auto", false);
28  
29  // If set to true, the Update Service will present no UI for any event.
30  pref("app.update.silent", false);
31 @@ -242,7 +242,7 @@
32  pref("browser.uidensity", 0);
33  
34  // At startup, check if we're the default browser and prompt user if not.
35 -pref("browser.shell.checkDefaultBrowser", true);
36 +pref("browser.shell.checkDefaultBrowser", false);
37  pref("browser.shell.shortcutFavicons",true);
38  pref("browser.shell.mostRecentDateSetAsDefault", "");
39  pref("browser.shell.skipDefaultBrowserCheckOnFirstRun", true);
40 @@ -494,6 +494,8 @@
41  
42  pref("browser.bookmarks.showRecentlyBookmarked",  true);
43  
44 +pref("intl.locale.matchOS", true);
45 +
46  // Scripts & Windows prefs
47  pref("dom.disable_open_during_load",              true);
48  pref("javascript.options.showInConsole",          true);
49 @@ -629,7 +629,7 @@
50  pref("mousewheel.with_win.action", 1);
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  pref("browser.xul.error_pages.show_safe_browsing_details_on_load", false);
56  
57  // Enable captive portal detection.
58 --- a/modules/libpref/init/all.js
59 +++ b/modules/libpref/init/all.js
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.072214 seconds and 4 git commands to generate.