chore: remove check for scheme

This commit is contained in:
Chirag Aggarwal 2025-06-26 19:44:41 +05:30
parent 043cead66b
commit be40f1cbe3

View file

@ -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)');