osc copypac from project:mozilla package:firefox68 revision:8

OBS-URL: https://build.opensuse.org/package/show/mozilla:Factory/firefox-esr?expand=0&rev=1
This commit is contained in:
Wolfgang Rosenauer
2019-10-03 20:50:15 +00:00
committed by Git OBS Bridge
commit 4ac53cb2cd
51 changed files with 18685 additions and 0 deletions

7
firefox.js Normal file
View File

@@ -0,0 +1,7 @@
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 system-global or app-global extensions
pref("extensions.autoDisableScopes", 3);
pref("extensions.shownSelectionUI", true);