]> git.pld-linux.org Git - packages/firefox.git/blob - firefox-prefs.patch
e05c041577526d04fbb9535a41e9f3bd41c44d9d
[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 @@ -150,7 +150,7 @@
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.
17 -pref("app.update.auto", true);
18 +pref("app.update.auto", false);
19  
20  // If set to true, the Update Service will present no UI for any event.
21  pref("app.update.silent", false);
22 @@ -242,7 +242,7 @@
23  pref("browser.uidensity", 0);
24  
25  // At startup, check if we're the default browser and prompt user if not.
26 -pref("browser.shell.checkDefaultBrowser", true);
27 +pref("browser.shell.checkDefaultBrowser", false);
28  pref("browser.shell.shortcutFavicons",true);
29  pref("browser.shell.mostRecentDateSetAsDefault", "");
30  pref("browser.shell.skipDefaultBrowserCheckOnFirstRun", true);
31 @@ -494,6 +494,8 @@
32  
33  pref("browser.bookmarks.showRecentlyBookmarked",  true);
34  
35 +pref("intl.locale.matchOS", true);
36 +
37  // Scripts & Windows prefs
38  pref("dom.disable_open_during_load",              true);
39  pref("javascript.options.showInConsole",          true);
40 @@ -629,7 +629,7 @@
41  pref("mousewheel.with_win.action", 1);
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);
46  pref("browser.xul.error_pages.show_safe_browsing_details_on_load", false);
47  
48  // Enable captive portal detection.
49 --- a/modules/libpref/init/all.js
50 +++ b/modules/libpref/init/all.js
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.028838 seconds and 2 git commands to generate.