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.
This commit is contained in:
parent
35d68a07cb
commit
55a782d910
1 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
||||||
http://www.jotoho.de
|
http://www.jotoho.de
|
||||||
|
|
||||||
header Content-Security-Policy "default-src 'none'; base-uri 'self' https://jotoho.de https://*.jotoho.de; child-src 'none'; connect-src 'none'; font-src 'none'; frame-ancestors 'none'; img-src 'self' https://jotoho.de https://*.jotoho.de; media-src 'self' https://jotoho.de https://*.jotoho.de; object-src 'none'; style-src 'self'; worker-src 'none'; upgrade-insecure-requests; form-action 'none';"
|
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 {
|
file_server {
|
||||||
root /site/
|
root /site/
|
||||||
|
|
Loading…
Reference in a new issue