mirror of
https://github.com/zulip/zulip.git
synced 2025-11-02 21:13:36 +00:00
web: Save a 301 redirect from /for/x to /for/x/.
This commit is contained in:
committed by
Tim Abbott
parent
4b21852e72
commit
3e307781dd
@@ -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] = []
|
||||
|
||||
Reference in New Issue
Block a user