mirror of
https://github.com/msfjarvis/server-config
synced 2025-08-14 10:37:02 +05:30
Caddyfile: update CSP
Signed-off-by: Harsh Shandilya <me@msfjarvis.dev>
This commit is contained in:
parent
7fa7b84d92
commit
5e575cc4ef
1 changed files with 4 additions and 4 deletions
|
@ -47,12 +47,12 @@ https://msfjarvis.dev {
|
|||
connect-src 'self' commento.msfjarvis.dev;
|
||||
default-src 'self';
|
||||
frame-ancestors 'none';
|
||||
frame-src github.com;
|
||||
frame-src 'none';
|
||||
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;
|
||||
img-src 'self' data: gfycat.com imgur.com *.imgur.com commento.msfjarvis.dev;
|
||||
object-src 'none';
|
||||
script-src 'self' commento.msfjarvis.dev 'unsafe-inline';
|
||||
style-src 'self' commento.msfjarvis.dev stackpath.bootstrapcdn.com 'unsafe-inline';
|
||||
script-src 'self' commento.msfjarvis.dev unpkg.com;
|
||||
style-src 'self' commento.msfjarvis.dev stackpath.bootstrapcdn.com;
|
||||
"
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue