mirror of
https://github.com/appwrite/appwrite.git
synced 2026-05-26 13:51:13 +00:00
Remove unused cookie domain locals
This commit is contained in:
@@ -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 = [];
|
||||
|
||||
/*
|
||||
|
||||
Reference in New Issue
Block a user