mirror of
https://github.com/msfjarvis/server-config
synced 2025-08-14 10:37:02 +05:30
Caddyfile: fix CSP
Signed-off-by: Harsh Shandilya <me@msfjarvis.dev>
This commit is contained in:
parent
ddb9b57c52
commit
0d6f737439
1 changed files with 1 additions and 1 deletions
|
@ -47,7 +47,7 @@ https://msfjarvis.dev {
|
|||
connect-src 'self' commento.msfjarvis.dev;
|
||||
default-src 'self';
|
||||
frame-ancestors 'none';
|
||||
frame-src 'https://github.com';
|
||||
frame-src github.com;
|
||||
font-src 'self' data: commento.msfjarvis.dev stackpath.bootstrapcdn.com;
|
||||
img-src 'self' data: gfycat.com imgur.com *.imgur.com commento.msfjarvis.dev *.amazonaws.com;
|
||||
object-src 'none';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue