From 43979452656d4066a737240c90c7e909a0eec37b Mon Sep 17 00:00:00 2001 From: Gavin Sharp Date: Sun, 13 May 2012 22:25:19 -0700 Subject: [PATCH] Bug 748967: disable non-profile install locations for add-ons for the Web app runtime, r=myk --HG-- extra : rebase_source : 3abb4911060f76936f2aa01c4f8a9b0fb1be4522 --- webapprt/prefs.js | 3 +++ 1 file changed, 3 insertions(+) diff --git a/webapprt/prefs.js b/webapprt/prefs.js index e61a73b8888..f7cefeeed70 100644 --- a/webapprt/prefs.js +++ b/webapprt/prefs.js @@ -4,3 +4,6 @@ pref("browser.chromeURL", "chrome://webapprt/content/webapp.xul"); pref("browser.download.folderList", 1); + +// Disable all add-on locations other than the profile +pref("extensions.enabledScopes", 1);