Disable Normandy

This commit is contained in:
2021-05-29 21:36:41 +02:00
parent f733818a92
commit 00ebceaed9

View File

@@ -21,6 +21,12 @@ 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.logging.enabled", false);
// Normandy
user_pref("app.normandy.api_url", "");
user_pref("app.normandy.enabled", false);
user_pref("app.normandy.shieldLearnMoreUrl", "");
user_pref("app.normandy.user_id", "");
// Permissions
user_pref("media.autoplay.default", "5");
user_pref("permissions.default.camera", "2");