mirror of
https://github.com/appwrite/appwrite
synced 2026-05-23 08:58:35 +00:00
debug
This commit is contained in:
parent
ac27c77426
commit
65474df642
1 changed files with 1 additions and 0 deletions
|
|
@ -583,6 +583,7 @@ App::init()
|
|||
$port = \parse_url($request->getOrigin($referrer), PHP_URL_PORT);
|
||||
|
||||
$refDomainOrigin = 'localhost';
|
||||
var_dump($clients);
|
||||
$validator = new Hostname($clients);
|
||||
if ($validator->isValid($origin)) {
|
||||
$refDomainOrigin = $origin;
|
||||
|
|
|
|||
Loading…
Reference in a new issue