]> 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 60115b680d42b97d6f1745d2898b2d423fb4a5c2..bd0c85dbbc4c7f4fb281fe0e1bca825ff9c1d427 100644 (file)
  
 @@ -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);
  #endif
  
- // If set to true, the Update Service will present no UI for any event.
+ // If set to true, the Update Service will apply updates in the background
 @@ -227,7 +227,7 @@
- pref("browser.touchmode.auto", true);
+ pref("browser.compactmode.show", false);
  
  // At startup, check if we're the default browser and prompt user if not.
 -pref("browser.shell.checkDefaultBrowser", true);
  
 +pref("intl.locale.matchOS", true);
 +
- // Scripts & Windows prefs
- pref("dom.disable_open_during_load",              true);
- pref("javascript.options.showInConsole",          true);
+ // Where new bookmarks go by default.
+ // 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);
- // Set the number of device pixels per CSS pixel. A value <= 0 means choose
- // automatically based on user settings for the platform (e.g., "UI scale factor"
This page took 0.127205 seconds and 4 git commands to generate.