Make the Error Console accessible from about:console

This commit is contained in:
NTD 2018-06-26 13:23:24 -04:00 committed by Roy Tam
commit 5f7da92734
3 changed files with 8 additions and 7 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 |