1
0
MozillaFirefox/firefox.js
Wolfgang Rosenauer 13e7b2ae0d - Mozilla Firefox 133.0.3
* Fixed the missing scrollbar in the Library window, such as when
    viewing History or Bookmarks. (bmo#1934482)
  * Fixed blurry line drawing on some Canvas elements when hardware
    acceleration is enabled. (bmo#1933668)

OBS-URL: https://build.opensuse.org/package/show/mozilla:Factory/MozillaFirefox?expand=0&rev=1193
2024-12-15 11:52:36 +00:00

11 lines
461 B
JavaScript

pref("intl.locale.requested", "");
pref("geo.wifi.uri", "https://location.services.mozilla.com/v1/geolocate?key=%MOZILLA_API_KEY%");
/* Disable DoH by default */
pref("network.trr.mode", 5);
// do not disable any scope
pref("extensions.autoDisableScopes", 0);
pref("extensions.shownSelectionUI", true);
pref("extensions.langpacks.signatures.required", false);
// enable D-Bus inteface for Gnome Shell search
pref("browser.gnome-search-provider.enabled", true);