mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-07 00:08:39 +09:00
Make about:logopage available to any browser that opts into MOZ_PHOENIX
Follow up to 5e8e0689c
This commit is contained in:
parent
f7b2643855
commit
81c6c590cc
8 changed files with 16 additions and 7 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue