appwrite/tests/unit/Network
Chirag Aggarwal 1a966741f4 (fix): Fix TypeError in Origin validator when array is passed
Move type check before assignment to prevent TypeError when non-string
value (like array) is passed to Origin::isValid(). The property
\$this->origin is typed as string, so assigning an array before
the is_string() check caused the error.
2026-02-11 18:01:18 +05:30
..
Validators (fix): Fix TypeError in Origin validator when array is passed 2026-02-11 18:01:18 +05:30
CorsTest.php fix: cors wildcard 2025-12-14 22:41:15 +00:00