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.
1 parent 50f62cb commit e74bea1Copy full SHA for e74bea1
pub/errors/processor.php
@@ -256,7 +256,7 @@ public function getHostUrl()
256
$isSecure = (!empty($_SERVER['HTTPS'])) && ($_SERVER['HTTPS'] != 'off');
257
$url = ($isSecure ? 'https://' : 'http://') . $host;
258
259
- if (!empty($_SERVER['SERVER_PORT']) && !in_array($_SERVER['SERVER_PORT'], [80, 433])
+ if (!empty($_SERVER['SERVER_PORT']) && !in_array($_SERVER['SERVER_PORT'], [80, 443])
260
&& !preg_match('/.*?\:[0-9]+$/', $url)
261
) {
262
$url .= ':' . $_SERVER['SERVER_PORT'];
0 commit comments