]> git.pld-linux.org Git - packages/firefox52-esr.git/blob - firefox-prefs.patch
- rediffed patches, refreshed for current glibc, virtuelenv and nss
[packages/firefox52-esr.git] / firefox-prefs.patch
1 --- mozilla.orig/browser/app/profile/firefox.js 2008-06-21 12:55:30.000000000 +0200
2 +++ mozilla/browser/app/profile/firefox.js      2008-06-21 15:25:48.000000000 +0200
3 @@ -62,7 +62,7 @@ pref("extensions.systemAddon.update.url"
4  
5  // Disable add-ons that are not installed by the user in all scopes by default.
6  // See the SCOPE constants in AddonManager.jsm for values to use here.
7 -pref("extensions.autoDisableScopes", 15);
8 +pref("extensions.autoDisableScopes", 3);
9  
10  // Add-on content security policies.
11  pref("extensions.webextensions.base-content-security-policy", "script-src 'self' https://* moz-extension: blob: filesystem: 'unsafe-eval' 'unsafe-inline'; object-src 'self' https://* moz-extension: blob: filesystem:;");
12 @@ -111,12 +111,12 @@ pref("app.update.log", false);
13  pref("app.update.backgroundMaxErrors", 10);
14  
15  // Whether or not app updates are enabled
16 -pref("app.update.enabled", true);
17 +pref("app.update.enabled", false);
18  
19  // If set to true, the Update Service will automatically download updates when
20  // app updates are enabled per the app.update.enabled preference and if the user
21  // can apply updates.
22 -pref("app.update.auto", true);
23 +pref("app.update.auto", false);
24  
25  // If set to true, the Update Service will present no UI for any event.
26  pref("app.update.silent", false);
27 @@ -206,7 +206,7 @@ pref("general.autoScroll", true);
28  #endif
29  
30  // At startup, check if we're the default browser and prompt user if not.
31 -pref("browser.shell.checkDefaultBrowser", true);
32 +pref("browser.shell.checkDefaultBrowser", false);
33  pref("browser.shell.shortcutFavicons",true);
34  pref("browser.shell.mostRecentDateSetAsDefault", "");
35  #ifdef RELEASE_OR_BETA
36 @@ -462,6 +462,8 @@ pref("browser.bookmarks.max_backups",
37  
38  pref("browser.bookmarks.showRecentlyBookmarked",  true);
39  
40 +pref("intl.locale.matchOS", true);
41 +
42  // Scripts & Windows prefs
43  pref("dom.disable_open_during_load",              true);
44  pref("javascript.options.showInConsole",          true);
45 @@ -592,7 +594,7 @@ pref("mousewheel.with_control.action",3)
46  pref("mousewheel.with_win.action", 1);
47  
48  pref("browser.xul.error_pages.enabled", true);
49 -pref("browser.xul.error_pages.expert_bad_cert", false);
50 +pref("browser.xul.error_pages.expert_bad_cert", true);
51  
52  // Enable captive portal detection.
53  pref("network.captive-portal-service.enabled", true);
54 --- a/modules/libpref/init/all.js
55 +++ b/modules/libpref/init/all.js
56 @@ -1510,7 +1510,7 @@ pref("layout.css.visited_links_enabled", true);
57  // A value of 0 means use the system DPI. A positive value is used as the DPI.
58  // This sets the physical size of a device pixel and thus controls the
59  // interpretation of physical units such as "pt".
60 -pref("layout.css.dpi", -1);
61 +pref("layout.css.dpi", 0);
62  
63  // Set the number of device pixels per CSS pixel. A value <= 0 means choose
64  // automatically based on user settings for the platform (e.g., "UI scale factor"
This page took 0.089791 seconds and 3 git commands to generate.