]> git.pld-linux.org Git - packages/firefox.git/blob - mozilla-firefox-prefs.patch
- updated to 33.1.1
[packages/firefox.git] / mozilla-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 @@ -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 @@
14  pref("app.update.certs.2.commonName", "aus3.mozilla.org");
15  
16  // Whether or not app updates are enabled
17 -pref("app.update.enabled", true);
18 +pref("app.update.enabled", false);
19  
20  // This preference turns on app.update.mode and allows automatic download and
21  // install to take place. We use a separate boolean toggle for this to make
22  // the UI easier to construct.
23 -pref("app.update.auto", true);
24 +pref("app.update.auto", false);
25  
26  // Defines how the Application Update Service notifies the user about updates:
27  //
28 @@ -252,7 +252,7 @@
29  pref("general.useragent.complexOverride.moodle", false); // bug 797703
30  
31  // At startup, check if we're the default browser and prompt user if not.
32 -pref("browser.shell.checkDefaultBrowser", true);
33 +pref("browser.shell.checkDefaultBrowser", false);
34  pref("browser.shell.shortcutFavicons",true);
35  
36  // 0 = blank, 1 = home (browser.startup.homepage), 2 = last visited page, 3 = resume previous browser session
37 @@ -448,6 +448,8 @@
38  //  0: no backups created (and deletes all existing backups)
39  pref("browser.bookmarks.max_backups",             10);
40  
41 +pref("intl.locale.matchOS", true);
42 +
43  // Scripts & Windows prefs
44  pref("dom.disable_open_during_load",              true);
45  pref("javascript.options.showInConsole",          true);
46 @@ -574,7 +576,7 @@
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  
53  // Work Offline is best manually managed by the user.
54  pref("network.manage-offline-status", false);
55 diff -ur mozilla.orig/browser/locales/en-US/chrome/overrides/netError.dtd mozilla/browser/locales/en-US/chrome/overrides/netError.dtd
56 --- mozilla.orig/browser/locales/en-US/chrome/overrides/netError.dtd    2008-06-21 12:55:30.000000000 +0200
57 +++ mozilla/browser/locales/en-US/chrome/overrides/netError.dtd 2008-06-22 13:52:26.000000000 +0200
58 @@ -175,6 +175,6 @@
59  <!ENTITY securityOverride.warningContent "
60  <p>You should not add an exception if you are using an internet connection that you do not trust completely or if you are not used to seeing a warning for this server.</p>
61  
62 -<button id='getMeOutOfHereButton'>&securityOverride.getMeOutOfHereButton;</button>
63  <button id='exceptionDialogButton'>&securityOverride.exceptionButtonLabel;</button>
64 +<button id='getMeOutOfHereButton'>&securityOverride.getMeOutOfHereButton;</button>
65  ">
66 --- a/modules/libpref/src/init/all.js
67 +++ b/modules/libpref/src/init/all.js
68 @@ -1510,7 +1510,7 @@ pref("layout.css.visited_links_enabled", true);
69  // A value of 0 means use the system DPI. A positive value is used as the DPI.
70  // This sets the physical size of a device pixel and thus controls the
71  // interpretation of physical units such as "pt".
72 -pref("layout.css.dpi", -1);
73 +pref("layout.css.dpi", 0);
74  
75  // Set the number of device pixels per CSS pixel. A value <= 0 means choose
76  // automatically based on user settings for the platform (e.g., "UI scale factor"
This page took 0.050326 seconds and 4 git commands to generate.