1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/2FAuth_ynh.git synced 2024-09-03 20:36:18 +02:00

remove cors thing

This commit is contained in:
Thomas 2024-04-09 08:37:10 +02:00 committed by GitHub
parent a7bdc16d66
commit 9bf91d3f0c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -6,8 +6,6 @@ location __PATH__/ {
client_max_body_size 50m; client_max_body_size 50m;
more_set_headers "Access-Control-Allow-Origin: *";
index index.php; index index.php;
location = /favicon.ico { access_log off; log_not_found off; } location = /favicon.ico { access_log off; log_not_found off; }