We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 45d8fcb commit b1c1a67Copy full SHA for b1c1a67
1 file changed
src/Codebooks/HttpHeadersEnum.php
@@ -7,4 +7,5 @@
7
enum HttpHeadersEnum: string
8
{
9
case ContentType = 'Content-Type';
10
+ case AccessControlAllowOrigin = 'Access-Control-Allow-Origin';
11
}
0 commit comments