mirror of
https://github.com/appwrite/appwrite
synced 2026-05-23 08:58:35 +00:00
chore: remove check for scheme
This commit is contained in:
parent
043cead66b
commit
be40f1cbe3
1 changed files with 3 additions and 3 deletions
|
|
@ -55,9 +55,9 @@ class Origin extends Validator
|
|||
|
||||
Console::info('we got here (1)');
|
||||
|
||||
if (!in_array($this->scheme, ['http', 'https'])) {
|
||||
return false;
|
||||
}
|
||||
// if (!in_array($this->scheme, ['http', 'https'])) {
|
||||
// return false;
|
||||
// }
|
||||
|
||||
Console::info('we got here (2)');
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue