Allow non-default https port

This commit is contained in:
Michael Telatynski
2025-05-08 08:39:37 +01:00
parent 4a875947ef
commit 8c6d934cb9
2 changed files with 6 additions and 3 deletions

View File

@@ -31,9 +31,6 @@ secure_url(x) if {
url.host != "127.0.0.1"
url.host != "0.0.0.0"
url.host != "[::1]"
# Must be standard port for HTTPS
url.port == ""
}
host_matches_client_uri(_) if {