Bug 748967: disable non-profile install locations for add-ons for the Web app runtime, r=myk

--HG--
extra : rebase_source : 3abb4911060f76936f2aa01c4f8a9b0fb1be4522
This commit is contained in:
Gavin Sharp 2012-05-13 22:25:19 -07:00
parent 5c25679f90
commit 4397945265

View File

@ -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);