Bug 1129106 - Load about:reader in the child process. r=margaret

This commit is contained in:
Abdelrhman Ahmed 2015-02-08 06:13:00 -05:00
parent f77e7c91bb
commit 0150db55f6

View File

@ -120,6 +120,7 @@ static RedirEntry kRedirMap[] = {
{ "reader", "chrome://global/content/reader/aboutReader.html",
nsIAboutModule::URI_SAFE_FOR_UNTRUSTED_CONTENT |
nsIAboutModule::ALLOW_SCRIPT |
nsIAboutModule::URI_MUST_LOAD_IN_CHILD |
nsIAboutModule::HIDE_FROM_ABOUTABOUT },
};
static const int kRedirTotal = ArrayLength(kRedirMap);