Disable crash reporter

This commit is contained in:
2021-05-29 17:32:07 +02:00
parent 72d8118996
commit 92c908faed

View File

@@ -1,3 +1,7 @@
// Crash reporter
user_pref("browser.tabs.crashReporting.sendReport", false);
user_pref("dom.ipc.plugins.flash.subprocess.crashreporter.enabled", false);
// Geolocation // Geolocation
user_pref("geo.enabled", false); user_pref("geo.enabled", false);
user_pref("geo.wifi.uri", "https://location.services.mozilla.com/v1/geolocate?key=%MOZILLA_API_KEY%"); user_pref("geo.wifi.uri", "https://location.services.mozilla.com/v1/geolocate?key=%MOZILLA_API_KEY%");