fix access rules for .well-known
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2026-01-22 18:46:28 +01:00
parent 6ca9929a81
commit bc9957481e
2 changed files with 7 additions and 0 deletions

View File

@@ -0,0 +1,3 @@
<IfModule mod_headers.c>
Header set Access-Control-Allow-Origin "*"
</IfModule>