Make about:logopage available to any browser that opts into MOZ_PHOENIX

Follow up to 5e8e0689c
This commit is contained in:
NTD 2018-04-07 06:10:48 -04:00 committed by Roy Tam
commit 81c6c590cc
8 changed files with 16 additions and 7 deletions

View file

@ -72,6 +72,13 @@ static RedirEntry kRedirMap[] = {
// Linkable for testing reasons.
nsIAboutModule::MAKE_LINKABLE
},
#ifdef MOZ_PHOENIX
{
"logopage", "chrome://global/content/logopage.xhtml",
nsIAboutModule::URI_SAFE_FOR_UNTRUSTED_CONTENT |
nsIAboutModule::HIDE_FROM_ABOUTABOUT
},
#endif
{
"memory", "chrome://global/content/aboutMemory.xhtml",
nsIAboutModule::ALLOW_SCRIPT