mirror of
https://github.com/appwrite/appwrite.git
synced 2026-05-26 13:51:13 +00:00
Headers validator
This commit is contained in:
-1
@@ -52,7 +52,6 @@ class Headers extends Validator
|
||||
if (0 === strpos($key, 'x-appwrite-')) {
|
||||
return false;
|
||||
}
|
||||
return true;
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user