mirror of
https://github.com/msfjarvis/server-config
synced 2025-08-13 19:27:02 +05:30
Caddyfile: allow asciinema embeds
Signed-off-by: Harsh Shandilya <me@msfjarvis.dev>
This commit is contained in:
parent
7fdc26d4eb
commit
a2b8a01627
1 changed files with 2 additions and 2 deletions
|
@ -30,11 +30,11 @@
|
||||||
connect-src 'self' commento.msfjarvis.dev;
|
connect-src 'self' commento.msfjarvis.dev;
|
||||||
default-src 'self';
|
default-src 'self';
|
||||||
frame-ancestors 'none';
|
frame-ancestors 'none';
|
||||||
frame-src github.com platform.twitter.com;
|
frame-src asciinema.org github.com platform.twitter.com;
|
||||||
font-src 'self' data: commento.msfjarvis.dev;
|
font-src 'self' data: commento.msfjarvis.dev;
|
||||||
img-src 'self' data: gfycat.com imgur.com *.imgur.com commento.msfjarvis.dev syndication.twitter.com;
|
img-src 'self' data: gfycat.com imgur.com *.imgur.com commento.msfjarvis.dev syndication.twitter.com;
|
||||||
object-src 'none';
|
object-src 'none';
|
||||||
script-src 'self' commento.msfjarvis.dev platform.twitter.com unpkg.com;
|
script-src 'self' asciinema.org commento.msfjarvis.dev platform.twitter.com unpkg.com;
|
||||||
style-src 'self' commento.msfjarvis.dev 'unsafe-inline';
|
style-src 'self' commento.msfjarvis.dev 'unsafe-inline';
|
||||||
"
|
"
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue