mirror of
https://github.com/koel/koel
synced 2024-11-10 14:44:13 +00:00
Allow x-requests
This commit is contained in:
parent
8a247e1ed7
commit
1d9049139d
1 changed files with 3 additions and 3 deletions
|
@ -1,7 +1,7 @@
|
|||
<IfModule mod_headers.c>
|
||||
<FilesMatch "\.(eot|font.css|otf|ttc|ttf|woff)$">
|
||||
Header set Access-Control-Allow-Origin "*"
|
||||
</FilesMatch>
|
||||
Header always set Access-Control-Allow-Origin "*"
|
||||
Header always set Access-Control-Allow-Methods "POST, GET, PUT, OPTIONS, PATCH, DELETE"
|
||||
Header always set Access-Control-Allow-Headers "Authorization,X-Accept-Charset,X-Accept,Content-Type"
|
||||
</IfModule>
|
||||
|
||||
<IfModule mod_rewrite.c>
|
||||
|
|
Loading…
Reference in a new issue