mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 668134: telemetry notification should be disabled in the testing profile
--HG-- extra : rebase_source : 1d0dfa183b8228366af2cb06297d40a43a16285a
This commit is contained in:
parent
be59f67966
commit
3223b9e259
@ -367,6 +367,7 @@ user_pref("security.warn_viewing_mixed", false);
|
||||
user_pref("app.update.enabled", false);
|
||||
user_pref("browser.panorama.experienced_first_run", true); // Assume experienced
|
||||
user_pref("dom.w3c_touch_events.enabled", true);
|
||||
user_pref("toolkit.telemetry.prompted", true);
|
||||
|
||||
// Only load extensions from the application and user profile
|
||||
// AddonManager.SCOPE_PROFILE + AddonManager.SCOPE_APPLICATION
|
||||
|
Loading…
Reference in New Issue
Block a user