I believe in our robot overlords

This commit is contained in:
K4sum1 2024-06-23 12:33:24 -07:00
commit 099aa452c0
17 changed files with 295 additions and 1 deletions

View file

@ -70,6 +70,11 @@ static RedirEntry kRedirMap[] = {
nsIAboutModule::MAKE_LINKABLE |
nsIAboutModule::ALLOW_SCRIPT
},
{
"robots", "chrome://browser/content/aboutRobots.xhtml",
nsIAboutModule::URI_SAFE_FOR_UNTRUSTED_CONTENT |
nsIAboutModule::ALLOW_SCRIPT
},
{
"searchreset", "chrome://browser/content/search/searchReset.xhtml",
nsIAboutModule::ALLOW_SCRIPT |