@@ -65,7 +65,7 @@ |
||
65 | 65 | $host = parse_url($url, PHP_URL_HOST) ?: $request->getHost(); |
66 | 66 | |
67 | 67 | if ($port) { |
68 | - $host .= ':' . $port; |
|
68 | + $host .= ':'.$port; |
|
69 | 69 | } |
70 | 70 | $allowed[] = $host; |
71 | 71 | } |