MozillaFirefox/firefox.js

6 lines
239 B
JavaScript
Raw Normal View History

pref("intl.locale.requested", "");
pref("browser.preferences.instantApply", true);
pref("geo.wifi.uri", "https://location.services.mozilla.com/v1/geolocate?key=%MOZILLA_API_KEY%");
/* Disable DoH by default */
pref("network.trr.mode", 5);