]> git.pld-linux.org Git - packages/firefox.git/blobdiff - firefox-prefs.patch
up to 124.0.1 (critical security fixes)
[packages/firefox.git] / firefox-prefs.patch
index 10f9e2620e734c0efe429b005bf1f054dd3bee25..bd0c85dbbc4c7f4fb281fe0e1bca825ff9c1d427 100644 (file)
@@ -11,7 +11,7 @@
  
 @@ -140,7 +140,7 @@
  // should no longer be used directly. Instead, getAppUpdateAutoEnabled and
- // getAppUpdateAutoEnabled from UpdateUtils.jsm should be used.
+ // getAppUpdateAutoEnabled from UpdateUtils.sys.mjs should be used.
  #ifndef XP_WIN
 -  pref("app.update.auto", true);
 +  pref("app.update.auto", false);
  // Use PlacesUIUtils.defaultParentGuid to read this; do NOT read the pref
  // directly.
 @@ -646,7 +648,7 @@
- pref("mousewheel.with_control.action",3);
- pref("mousewheel.with_win.action", 1);
+ pref("mousewheel.with_meta.action", 1);
  
 -pref("browser.xul.error_pages.expert_bad_cert", false);
 +pref("browser.xul.error_pages.expert_bad_cert", true);
  pref("browser.xul.error_pages.show_safe_browsing_details_on_load", false);
  
  // Enable captive portal detection.
---- a/modules/libpref/init/all.js
-+++ b/modules/libpref/init/all.js
-@@ -1510,7 +1510,7 @@ pref("layout.css.visited_links_enabled", true);
- // A value of 0 means use the system DPI. A positive value is used as the DPI.
- // This sets the physical size of a device pixel and thus controls the
- // interpretation of physical units such as "pt".
--pref("layout.css.dpi", -1);
-+pref("layout.css.dpi", 0);
- // pref for which side vertical scrollbars should be on
- // 0 = end-side in UI direction
This page took 0.069871 seconds and 4 git commands to generate.