mirror of
https://github.com/msfjarvis/server-config
synced 2025-08-14 01:17:02 +05:30
Caddyfile: Allow loading fonts from the data: format
Signed-off-by: Harsh Shandilya <msfjarvis@gmail.com>
This commit is contained in:
parent
574ee62118
commit
3668963fc9
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue