Caddyfile: Allow loading images from GitHub

Signed-off-by: Harsh Shandilya <me@msfjarvis.dev>
This commit is contained in:
Harsh Shandilya 2020-04-18 04:20:41 +05:30
parent ff9fe15982
commit 4994dd060a
No known key found for this signature in database
GPG key ID: 366D7BBAD1031E80

View file

@ -14,7 +14,7 @@
style-src 'self' 'unsafe-inline' fonts.googleapis.com commento.msfjarvis.dev;
script-src 'self' 'unsafe-eval' 'unsafe-inline' commento.msfjarvis.dev;
font-src 'self' data: fonts.gstatic.com commento.msfjarvis.dev;
img-src data: 'self' gfycat.com imgur.com *.imgur.com commento.msfjarvis.dev;
img-src data: 'self' gfycat.com imgur.com *.imgur.com commento.msfjarvis.dev *.githubusercontent.com;
form-action 'self';
connect-src 'self' msfjarvis.dev commento.msfjarvis.dev;
frame-ancestors 'none';