mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-06 07:48:38 +09:00
parent
8800e388b3
commit
fecd8ec7e6
2 changed files with 2 additions and 7 deletions
|
|
@ -70,12 +70,7 @@ static RedirEntry kRedirMap[] = {
|
|||
nsIAboutModule::ALLOW_SCRIPT
|
||||
},
|
||||
{
|
||||
"rights",
|
||||
#ifdef MOZ_OFFICIAL_BRANDING
|
||||
"chrome://global/content/aboutRights.xhtml",
|
||||
#else
|
||||
"chrome://global/content/aboutRights-unbranded.xhtml",
|
||||
#endif
|
||||
"rights", "chrome://global/content/aboutRights.xhtml",
|
||||
nsIAboutModule::URI_SAFE_FOR_UNTRUSTED_CONTENT |
|
||||
nsIAboutModule::MAKE_LINKABLE |
|
||||
nsIAboutModule::ALLOW_SCRIPT
|
||||
|
|
|
|||
|
|
@ -12,7 +12,7 @@ toolkit.jar:
|
|||
content/global/about.xhtml
|
||||
content/global/aboutAbout.js
|
||||
content/global/aboutAbout.xhtml
|
||||
#ifdef MC_OFFICIAL
|
||||
#ifdef MOZ_OFFICIAL_BRANDING
|
||||
* content/global/aboutRights.xhtml
|
||||
#else
|
||||
* content/global/aboutRights.xhtml (aboutRights-unbranded.xhtml)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue