We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b2f688c + 9fef517 commit 67ce64cCopy full SHA for 67ce64c
pub/errors/processor.php
@@ -268,7 +268,7 @@ public function getHostUrl()
268
$isSecure = (!empty($_SERVER['HTTPS'])) && ($_SERVER['HTTPS'] != 'off');
269
$url = ($isSecure ? 'https://' : 'http://') . $host;
270
271
- if (!empty($_SERVER['SERVER_PORT']) && !in_array($_SERVER['SERVER_PORT'], [80, 433])
+ if (!empty($_SERVER['SERVER_PORT']) && !in_array($_SERVER['SERVER_PORT'], [80, 443])
272
&& !preg_match('/.*?\:[0-9]+$/', $url)
273
) {
274
$url .= ':' . $_SERVER['SERVER_PORT'];
0 commit comments