mirror of
https://github.com/appwrite/appwrite
synced 2026-05-23 08:58:35 +00:00
chore: fix warning
This commit is contained in:
parent
10ab613f3b
commit
111c28592d
1 changed files with 1 additions and 0 deletions
|
|
@ -14,6 +14,7 @@ use Utopia\Validator\Host;
|
|||
class Redirect extends Host
|
||||
{
|
||||
protected array $schemes = [];
|
||||
protected array $hostnames = [];
|
||||
|
||||
/**
|
||||
* @param array<string> $hostnames Allow list of allowed hostnames
|
||||
|
|
|
|||
Loading…
Reference in a new issue