diff options
author | wolfbeast <mcwerewolf@gmail.com> | 2018-07-06 10:22:24 +0200 |
---|---|---|
committer | wolfbeast <mcwerewolf@gmail.com> | 2018-07-06 10:22:24 +0200 |
commit | 93a008aeb4ef490fccb554c77dbec004d577d207 (patch) | |
tree | 0a853e637c7ba56863900e8ddc9d23ff21126de1 /application | |
parent | f7ea0b7d60a9dde126480ee96a8b23e7966b7b24 (diff) | |
download | uxp-93a008aeb4ef490fccb554c77dbec004d577d207.tar.gz |
Fix redirector paths
This resolves #602.
Diffstat (limited to 'application')
-rw-r--r-- | application/palemoon/components/about/AboutRedirector.cpp | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/application/palemoon/components/about/AboutRedirector.cpp b/application/palemoon/components/about/AboutRedirector.cpp index 508202c7d5..fbcad6094a 100644 --- a/application/palemoon/components/about/AboutRedirector.cpp +++ b/application/palemoon/components/about/AboutRedirector.cpp @@ -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 |