Commit 86258972 authored by Richard Pospesel's avatar Richard Pospesel
Browse files

Bug 42037: Disable about:firefoxview page

parent 5098992a
Loading
Loading
Loading
Loading
+0 −7
Original line number Diff line number Diff line
@@ -70,13 +70,6 @@ static const RedirEntry kRedirMap[] = {
         nsIAboutModule::URI_CAN_LOAD_IN_PRIVILEGEDABOUT_PROCESS |
         nsIAboutModule::URI_SAFE_FOR_UNTRUSTED_CONTENT |
         nsIAboutModule::IS_SECURE_CHROME_UI},
    {"firefoxview", "chrome://browser/content/firefoxview/firefoxview.html",
     nsIAboutModule::ALLOW_SCRIPT | nsIAboutModule::IS_SECURE_CHROME_UI |
         nsIAboutModule::HIDE_FROM_ABOUTABOUT},
    {"firefoxview-next",
     "chrome://browser/content/firefoxview/firefoxview-next.html",
     nsIAboutModule::ALLOW_SCRIPT | nsIAboutModule::IS_SECURE_CHROME_UI |
         nsIAboutModule::HIDE_FROM_ABOUTABOUT},
    {"policies", "chrome://browser/content/policies/aboutPolicies.html",
     nsIAboutModule::ALLOW_SCRIPT | nsIAboutModule::IS_SECURE_CHROME_UI},
    {"privatebrowsing", "chrome://browser/content/aboutPrivateBrowsing.html",
+0 −2
Original line number Diff line number Diff line
@@ -12,8 +12,6 @@ pages = [
    'home',
    'logins',
    'loginsimportreport',
    'firefoxview',
    'firefoxview-next',
    'messagepreview',
    'newtab',
    'pocket-home',
+0 −1
Original line number Diff line number Diff line
@@ -36,7 +36,6 @@ DIRS += [
    "downloads",
    "enterprisepolicies",
    "extensions",
    "firefoxview",
    "messagepreview",
    "migration",
    "newtab",