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
|
||||
timeout: 600s
|
||||
disableKinds:
|
||||
|
@ -34,7 +34,7 @@ server:
|
|||
- for: /**
|
||||
values:
|
||||
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:
|
||||
mounts:
|
||||
- source: assets
|
||||
|
|
Loading…
Reference in a new issue