web: Save a 301 redirect from /for/x to /for/x/.

This commit is contained in:
Alex Vandiver
2023-03-23 03:25:08 +00:00
committed by Tim Abbott
parent 4b21852e72
commit 3e307781dd
27 changed files with 58 additions and 58 deletions

View File

@@ -74,10 +74,10 @@ class PorticoDocumentationSpider(BaseDocumentationSpider):
"http://localhost:9981/policies/privacy",
"http://localhost:9981/features/",
"http://localhost:9981/why-zulip/",
"http://localhost:9981/for/open-source",
"http://localhost:9981/for/business",
"http://localhost:9981/for/communities",
"http://localhost:9981/for/research",
"http://localhost:9981/for/open-source/",
"http://localhost:9981/for/business/",
"http://localhost:9981/for/communities/",
"http://localhost:9981/for/research/",
"http://localhost:9981/security",
]
deny_domains: List[str] = []