mirror of
https://github.com/appwrite/appwrite.git
synced 2026-05-26 13:51:13 +00:00
chore: remove check for scheme
This commit is contained in:
@@ -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)');
|
||||
|
||||
|
||||
Reference in New Issue
Block a user