Bug 779007 - Don't make about: pages privileged if they don't need to be. r=mfinkle

This commit is contained in:
Margaret Leibovic 2012-08-02 14:16:54 -07:00
parent f483cfc41d
commit 69a9d2fd42

View File

@ -39,17 +39,17 @@ let modules = {
},
blocked: {
uri: "chrome://browser/content/blockedSite.xhtml",
privileged: true,
privileged: false,
hide: true
},
certerror: {
uri: "chrome://browser/content/aboutCertError.xhtml",
privileged: true,
privileged: false,
hide: true
},
home: {
uri: "chrome://browser/content/aboutHome.xhtml",
privileged: true
privileged: false
},
apps: {
uri: "chrome://browser/content/aboutApps.xhtml",