]> git.pld-linux.org Git - packages/firefox.git/blobdiff - firefox-prefs.patch
- up to 50.0.1
[packages/firefox.git] / firefox-prefs.patch
index 2bfe3f64b374ed297fad13b39919d8d1961cd20d..b3d6f73aaf8189dac7ba8474b0c7cb54d7096bb0 100644 (file)
@@ -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 @@
- <!ENTITY securityOverride.warningContent "
- <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>
--<button id='getMeOutOfHereButton'>&securityOverride.getMeOutOfHereButton;</button>
- <button id='exceptionDialogButton'>&securityOverride.exceptionButtonLabel;</button>
-+<button id='getMeOutOfHereButton'>&securityOverride.getMeOutOfHereButton;</button>
- ">
 --- a/modules/libpref/init/all.js
 +++ b/modules/libpref/init/all.js
 @@ -1510,7 +1510,7 @@ pref("layout.css.visited_links_enabled", true);
This page took 0.032404 seconds and 4 git commands to generate.