Skip to content

Commit

Permalink
Bug 779007 - Don't make about: pages privileged if they don't need to…
Browse files Browse the repository at this point in the history
… be. r=mfinkle a=lsblakk
  • Loading branch information
leibovic committed Aug 2, 2012
1 parent f0958d4 commit 83e66bb
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions mobile/android/components/AboutRedirector.js
Expand Up @@ -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",
Expand Down

0 comments on commit 83e66bb

Please sign in to comment.