]> git.pld-linux.org Git - packages/firefox.git/blob - mozilla-firefox-prefs.patch
- updated to 12.0
[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 @@ -89,12 +89,12 @@
5  pref("app.update.certs.2.commonName", "aus3.mozilla.org");
6  
7  // Whether or not app updates are enabled
8 -pref("app.update.enabled", true);
9 +pref("app.update.enabled", false);
10  
11  // This preference turns on app.update.mode and allows automatic download and
12  // install to take place. We use a separate boolean toggle for this to make
13  // the UI easier to construct.
14 -pref("app.update.auto", true);
15 +pref("app.update.auto", false);
16  
17  // Defines how the Application Update Service notifies the user about updates:
18  //
19 @@ -249,7 +249,7 @@
20  #endif
21  
22  // At startup, check if we're the default browser and prompt user if not.
23 -pref("browser.shell.checkDefaultBrowser", true);
24 +pref("browser.shell.checkDefaultBrowser", false);
25  
26  // 0 = blank, 1 = home (browser.startup.homepage), 2 = last visited page, 3 = resume previous browser session
27  // The behavior of option 3 is detailed at: http://wiki.mozilla.org/Session_Restore
28 @@ -391,6 +394,8 @@
29  //  0: no backups created (and deletes all existing backups)
30  pref("browser.bookmarks.max_backups",             10);
31  
32 +pref("intl.locale.matchOS", true);
33 +
34  // Scripts & Windows prefs
35  pref("dom.disable_open_during_load",              true);
36  pref("javascript.options.showInConsole",          true);
37 @@ -445,7 +445,7 @@
38  pref("alerts.totalOpenTime", 4000);
39  
40  pref("browser.xul.error_pages.enabled", true);
41 -pref("browser.xul.error_pages.expert_bad_cert", false);
42 +pref("browser.xul.error_pages.expert_bad_cert", true);
43  
44  // Work Offline is best manually managed by the user.
45  pref("network.manage-offline-status", false);
46 diff -ur mozilla.orig/browser/locales/en-US/chrome/overrides/netError.dtd mozilla/browser/locales/en-US/chrome/overrides/netError.dtd
47 --- mozilla.orig/browser/locales/en-US/chrome/overrides/netError.dtd    2008-06-21 12:55:30.000000000 +0200
48 +++ mozilla/browser/locales/en-US/chrome/overrides/netError.dtd 2008-06-22 13:52:26.000000000 +0200
49 @@ -175,6 +175,6 @@
50  <!ENTITY securityOverride.warningContent "
51  <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>
52  
53 -<button id='getMeOutOfHereButton'>&securityOverride.getMeOutOfHereButton;</button>
54  <button id='exceptionDialogButton'>&securityOverride.exceptionButtonLabel;</button>
55 +<button id='getMeOutOfHereButton'>&securityOverride.getMeOutOfHereButton;</button>
56  ">
This page took 0.035909 seconds and 4 git commands to generate.