Delete .htaccess
This commit is contained in:
parent
a0da35f438
commit
6a30e17c8d
1 changed files with 0 additions and 11 deletions
11
.htaccess
11
.htaccess
|
|
@ -1,11 +0,0 @@
|
||||||
# Sta CORS toe vanaf elke origin
|
|
||||||
<IfModule mod_headers.c>
|
|
||||||
Header Set Access-Control-Allow-Origin "*"
|
|
||||||
Header Set Access-Control-Allow-Methods "GET, POST, OPTIONS"
|
|
||||||
Header Set Access-Control-Allow-Headers "Content-Type, Authorization"
|
|
||||||
</IfModule>
|
|
||||||
|
|
||||||
# Zorg ervoor dat OPTIONS requests worden afgehandeld
|
|
||||||
RewriteEngine On
|
|
||||||
RewriteCond %{REQUEST_METHOD} OPTIONS
|
|
||||||
RewriteRule ^(.*)$ $1 [R=200,L]
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue