Adjusting CSP
This commit is contained in:
parent
acf17df58c
commit
d5dc309513
1 changed files with 2 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
||||||
baseURL: /
|
baseURL: https://oldwoodman.com
|
||||||
title: Old Wood Man
|
title: Old Wood Man
|
||||||
timeout: 600s
|
timeout: 600s
|
||||||
disableKinds:
|
disableKinds:
|
||||||
|
@ -34,7 +34,7 @@ server:
|
||||||
- for: /**
|
- for: /**
|
||||||
values:
|
values:
|
||||||
Referrer-Policy: strict-origin-when-cross-origin
|
Referrer-Policy: strict-origin-when-cross-origin
|
||||||
content_security_policy: "script-src 'self' 'unsafe-eval' https://oldwoodman.com; object-src 'self'",
|
#content_security_policy: "script-src 'self' 'unsafe-eval' https://oldwoodman.com; object-src 'self'"
|
||||||
module:
|
module:
|
||||||
mounts:
|
mounts:
|
||||||
- source: assets
|
- source: assets
|
||||||
|
|
Loading…
Reference in a new issue