Add support for showing places at about:places

This commit is contained in:
BeatLink 2019-07-04 02:08:01 -05:00
parent 029b43e964
commit fc395f7f2a

View file

@ -67,7 +67,7 @@ static const RedirEntry kRedirMap[] = {
{"about", "chrome://global/content/aboutAbout.xhtml", 0},
{"addons", "chrome://mozapps/content/extensions/extensions.xul",
nsIAboutModule::ALLOW_SCRIPT},
{"library", "chrome://browser/content/places/places.xul",
{"places", "chrome://browser/content/places/places.xul",
nsIAboutModule::ALLOW_SCRIPT},
{"buildconfig", "chrome://global/content/buildconfig.html",
nsIAboutModule::URI_SAFE_FOR_UNTRUSTED_CONTENT},