Remove unused cookie domain locals

This commit is contained in:
Chirag Aggarwal
2026-04-06 12:30:48 +05:30
parent 221b52bac0
commit d1b59ff3f3
-3
View File
@@ -921,9 +921,6 @@ Http::init()
$localHosts[] = $migrationHost.':'.$request->getPort();
}
$isLocalHost = in_array($request->getHostname(), $localHosts);
$isIpAddress = filter_var($request->getHostname(), FILTER_VALIDATE_IP) !== false;
$warnings = [];
/*