Caddyfile: fix CSP derp

Signed-off-by: Harsh Shandilya <me@msfjarvis.dev>
This commit is contained in:
Harsh Shandilya 2020-06-26 17:53:05 +05:30
parent f0a1d2116c
commit 68c5b79936
1 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@
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';