Bug 766094 - Use an int for telemetry pref. r=mbrubeck

This commit is contained in:
Wes Johnston 2012-07-23 17:54:37 -07:00
parent eb1c414f21
commit 37dc90f4e7

View File

@ -23,7 +23,7 @@ var WebAppRT = {
// Disable add-on installation via the web-exposed APIs
pref("xpinstall.enabled", false),
// Disable the telemetry prompt in webapps
pref("toolkit.telemetry.prompted", true)
pref("toolkit.telemetry.prompted", 2)
],
init: function(isUpdate) {