]> git.pld-linux.org Git - packages/firefox.git/blame - mozilla-firefox-prefs.patch
- updated to 11.0
[packages/firefox.git] / mozilla-firefox-prefs.patch
CommitLineData
298ed8fb 1diff -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 @@
0fca8d8d 5 pref("app.update.certs.2.commonName", "aus3.mozilla.org");
298ed8fb 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@@ -186,7 +186,7 @@
20
21 // Whether or not the application should check at startup each time if it
22 // is the default browser.
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
0fca8d8d
JB
28@@ -391,6 +394,8 @@
29 // 0: no backups created (and deletes all existing backups)
30 pref("browser.bookmarks.max_backups", 10);
d97ddc70 31
d97ddc70 32+pref("intl.locale.matchOS", true);
0fca8d8d
JB
33+
34 // Scripts & Windows prefs
35 pref("dom.disable_open_during_load", true);
36 pref("javascript.options.showInConsole", true);
1c42c62c 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
0fca8d8d
JB
44 // Work Offline is best manually managed by the user.
45 pref("network.manage-offline-status", false);
dcb42349 46diff -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 @@
0fca8d8d 50 <!ENTITY securityOverride.warningContent "
dcb42349 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
0fca8d8d
JB
53-<button id='getMeOutOfHereButton'>&securityOverride.getMeOutOfHereButton;</button>
54 <button id='exceptionDialogButton'>&securityOverride.exceptionButtonLabel;</button>
55+<button id='getMeOutOfHereButton'>&securityOverride.getMeOutOfHereButton;</button>
dcb42349 56 ">
This page took 0.056413 seconds and 4 git commands to generate.