mirror of
https://github.com/msfjarvis/server-config
synced 2025-08-14 14:07:02 +05:30
Caddyfile: Allow loading images from GitHub
Signed-off-by: Harsh Shandilya <me@msfjarvis.dev>
This commit is contained in:
parent
ff9fe15982
commit
4994dd060a
1 changed files with 1 additions and 1 deletions
|
@ -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';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue