From f5524dd930e5d6b3d615412aa2dacc15e963cff0 Mon Sep 17 00:00:00 2001 From: Gavin Sharp Date: Tue, 5 Jul 2011 12:15:06 -0400 Subject: [PATCH] Bug 668134: telemetry notification should be disabled in the testing profile --HG-- extra : rebase_source : 1d0dfa183b8228366af2cb06297d40a43a16285a --- build/automation.py.in | 1 + 1 file changed, 1 insertion(+) diff --git a/build/automation.py.in b/build/automation.py.in index 41b652ee00e4..c67a9a88b252 100644 --- a/build/automation.py.in +++ b/build/automation.py.in @@ -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