diff options
author | Runxi Yu <me@runxiyu.org> | 2025-04-01 22:56:07 +0800 |
---|---|---|
committer | Runxi Yu <me@runxiyu.org> | 2025-04-01 22:56:07 +0800 |
commit | 0008beb07d2abb092bee0fafee290a79cadc3afe (patch) | |
tree | 96f3cbda3d0f826b64014f14bd7fc9719c600622 /templates | |
parent | LMTP: Fix error scoping (diff) | |
download | forge-0008beb07d2abb092bee0fafee290a79cadc3afe.tar.gz forge-0008beb07d2abb092bee0fafee290a79cadc3afe.tar.zst forge-0008beb07d2abb092bee0fafee290a79cadc3afe.zip |
HTTP: Clarify 400 colon page
Diffstat (limited to 'templates')
-rw-r--r-- | templates/400_colon.tmpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/400_colon.tmpl b/templates/400_colon.tmpl index 6d8ec25..0b60331 100644 --- a/templates/400_colon.tmpl +++ b/templates/400_colon.tmpl @@ -14,7 +14,7 @@ <div class="padding-wrapper complete-error-page"> <h1>400 Bad Request</h1> <p>We recently switched URL schemes. Previously “<code>:</code>” was used as our URL group separator, but because OpenSMTPD does not implement local-part address quoting properly, we’re unable to include “<code>:</code>” in URLs properly, hence we use “<code>-</code>” now.</p> - <p>As a precaution in case visitors get confused, this page was set up. <strong>You should probably replace all “<code>:</code>”s with “<code>-</code>”s in the URL bar.</strong></p> + <p>As a precaution in case visitors get confused, this page was set up. <strong>You should probably replace the “<code>:</code>”s with “<code>-</code>”s in the URL bar.</strong> If there are colons in the URL that <em>is not</em> the group separator—that’ an edge case that we’ll fix later.</p> <hr /> <address>Lindenii Forge</address> </div> |