Make the Error Console accessible from about:console and make it presentable in that context

This commit is contained in:
NTD 2018-06-26 14:02:33 -04:00 committed by Roy Tam
commit aa023ce63b
3 changed files with 5 additions and 8 deletions

View file

@ -50,6 +50,7 @@ static RedirEntry kRedirMap[] = {
nsIAboutModule::ALLOW_SCRIPT
},
{ "config", "chrome://global/content/config.xul", 0 },
{ "console", "chrome://global/content/console.xul", 0 },
{
"credits", "http://www.palemoon.org/Contributors.shtml",
nsIAboutModule::URI_SAFE_FOR_UNTRUSTED_CONTENT |