summaryrefslogtreecommitdiffstats
path: root/docshell
diff options
context:
space:
mode:
authorwolfbeast <mcwerewolf@gmail.com>2017-08-12 00:48:59 +0200
committerwolfbeast <mcwerewolf@gmail.com>2018-02-21 23:31:24 +0100
commit8896ca5c0a7b8bc6a086bf60d67b14fca5488dc8 (patch)
treefc8778c3670d191986d6c573359b0773a22ee92b /docshell
parent49e8a36e170da3066d7c0216fca272ecac988102 (diff)
downloadUXP-8896ca5c0a7b8bc6a086bf60d67b14fca5488dc8.tar
UXP-8896ca5c0a7b8bc6a086bf60d67b14fca5488dc8.tar.gz
UXP-8896ca5c0a7b8bc6a086bf60d67b14fca5488dc8.tar.lz
UXP-8896ca5c0a7b8bc6a086bf60d67b14fca5488dc8.tar.xz
UXP-8896ca5c0a7b8bc6a086bf60d67b14fca5488dc8.zip
Update various texts and references.
Diffstat (limited to 'docshell')
-rw-r--r--docshell/base/nsAboutRedirector.cpp5
1 files changed, 3 insertions, 2 deletions
diff --git a/docshell/base/nsAboutRedirector.cpp b/docshell/base/nsAboutRedirector.cpp
index cb62eacbb..e7d362864 100644
--- a/docshell/base/nsAboutRedirector.cpp
+++ b/docshell/base/nsAboutRedirector.cpp
@@ -54,8 +54,9 @@ static RedirEntry kRedirMap[] = {
{ "crashes", "chrome://global/content/crashes.xhtml", 0 },
#endif
{
- "credits", "https://www.mozilla.org/credits/",
- nsIAboutModule::URI_SAFE_FOR_UNTRUSTED_CONTENT
+ "credits", "http://www.palemoon.org/Contributors.shtml",
+ nsIAboutModule::URI_SAFE_FOR_UNTRUSTED_CONTENT |
+ nsIAboutModule::MAKE_LINKABLE
},
#ifdef MOZ_DEVTOOLS
{