1
0
Fork 0
site-deployer/www.jotoho.de/Caddyfile
Jonas Tobias Hopusch 55a782d910
Grant CORS default permissions for https://www.jotoho.de to full domain
All internal access, access from jotoho.de and all its subdomains
has been permitted.
2023-03-02 16:30:00 +01:00

8 lines
228 B
Caddyfile

http://www.jotoho.de
header Content-Security-Policy "default-src 'self' https://jotoho.de https://*.jotoho.de; base-uri 'self' https://jotoho.de https://*.jotoho.de; upgrade-insecure-requests;"
file_server {
root /site/
}