Caddyfile: Allow loading fonts from the data: format

Signed-off-by: Harsh Shandilya <msfjarvis@gmail.com>
This commit is contained in:
Harsh Shandilya 2020-02-09 22:05:05 +05:30
parent 574ee62118
commit 3668963fc9
No known key found for this signature in database
GPG key ID: C2E74282C2133D62

View file

@ -11,7 +11,7 @@
default-src 'self';
style-src 'self' 'unsafe-inline' fonts.googleapis.com commento.msfjarvis.dev;
script-src 'self' 'unsafe-eval' 'unsafe-inline' commento.msfjarvis.dev;
font-src 'self' fonts.gstatic.com 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;
form-action 'self';
connect-src 'self' msfjarvis.dev commento.msfjarvis.dev;