web: Save a 301 redirect from /security to /security/.

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

View File

@ -147,7 +147,7 @@
<section>
<h2>And everything else you need…</h2>
<a class="feature-block" href="/security" target="_blank" rel="noopener noreferrer">
<a class="feature-block" href="/security/" target="_blank" rel="noopener noreferrer">
<h3>ENTERPRISE-GRADE SECURITY</h3>
<p>
Zulip is used by some of the most security-conscious

View File

@ -78,6 +78,6 @@ class PorticoDocumentationSpider(BaseDocumentationSpider):
"http://localhost:9981/for/business/",
"http://localhost:9981/for/communities/",
"http://localhost:9981/for/research/",
"http://localhost:9981/security",
"http://localhost:9981/security/",
]
deny_domains: List[str] = []