Delete .htaccess

This commit is contained in:
Blackwhitebear8 2025-12-13 15:36:29 +01:00
parent a0da35f438
commit 6a30e17c8d

View file

@ -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]