X-Git-Url: http://git.pld-linux.org/?a=blobdiff_plain;f=firefox-prefs.patch;h=b3d6f73aaf8189dac7ba8474b0c7cb54d7096bb0;hb=daa24698ce68f674ae15b136414cc42c2013c31c;hp=2bfe3f64b374ed297fad13b39919d8d1961cd20d;hpb=54d6358a91f22be9dba00b04f820cbe56c4bf927;p=packages%2Ffirefox.git diff --git a/firefox-prefs.patch b/firefox-prefs.patch index 2bfe3f6..b3d6f73 100644 --- a/firefox-prefs.patch +++ b/firefox-prefs.patch @@ -11,20 +11,20 @@ diff -ur mozilla.orig/browser/app/profile/firefox.js mozilla/browser/app/profile // Dictionary download preference pref("browser.dictionaries.download.url", "https://addons.mozilla.org/%LOCALE%/firefox/dictionaries/"); @@ -157,12 +157,12 @@ - pref("app.update.certs.2.commonName", "aus3.mozilla.org"); + pref("app.update.cert.checkAttributes", false); // Whether or not app updates are enabled -pref("app.update.enabled", true); +pref("app.update.enabled", false); - // This preference turns on app.update.mode and allows automatic download and - // install to take place. We use a separate boolean toggle for this to make - // the UI easier to construct. + // If set to true, the Update Service will automatically download updates when + // app updates are enabled per the app.update.enabled preference and if the user + // can apply updates. -pref("app.update.auto", true); +pref("app.update.auto", false); - // Defines how the Application Update Service notifies the user about updates: - // + // If set to true, the Update Service will present no UI for any event. + pref("app.update.silent", false); @@ -252,7 +252,7 @@ pref("general.useragent.complexOverride.moodle", false); // bug 797703 @@ -52,17 +52,6 @@ diff -ur mozilla.orig/browser/app/profile/firefox.js mozilla/browser/app/profile // Work Offline is best manually managed by the user. pref("network.manage-offline-status", false); -diff -ur mozilla.orig/browser/locales/en-US/chrome/overrides/netError.dtd mozilla/browser/locales/en-US/chrome/overrides/netError.dtd ---- mozilla.orig/browser/locales/en-US/chrome/overrides/netError.dtd 2008-06-21 12:55:30.000000000 +0200 -+++ mozilla/browser/locales/en-US/chrome/overrides/netError.dtd 2008-06-22 13:52:26.000000000 +0200 -@@ -175,6 +175,6 @@ - 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.

- -- - -+ - "> --- a/modules/libpref/init/all.js +++ b/modules/libpref/init/all.js @@ -1510,7 +1510,7 @@ pref("layout.css.visited_links_enabled", true);