fix access rules for .well-known
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
3
src/.well-known/.htaccess
Normal file
3
src/.well-known/.htaccess
Normal file
@@ -0,0 +1,3 @@
|
||||
<IfModule mod_headers.c>
|
||||
Header set Access-Control-Allow-Origin "*"
|
||||
</IfModule>
|
||||
4
src/.well-known/openpgpkey/.htaccess
Normal file
4
src/.well-known/openpgpkey/.htaccess
Normal file
@@ -0,0 +1,4 @@
|
||||
<Directory "hu">
|
||||
Options -Indexes
|
||||
DefaultType application/octet-stream
|
||||
</Directory>
|
||||
Reference in New Issue
Block a user