Skip to content

Commit

Permalink
Merge pull request #499 from UN-OCHA/UNO-859-vimeo-csp
Browse files Browse the repository at this point in the history
chore: add csp for vimeo iframes
  • Loading branch information
lazysoundsystem authored Nov 6, 2024
2 parents a29b10f + f5c6857 commit 8420eef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/seckit.settings.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ seckit_xss:
style-src: "'self' 'unsafe-inline' https://googletagmanager.com https://tagmanager.google.com fonts.googleapis.com *.github.io"
img-src: "'self' data: https://*.google-analytics.com https://*.googletagmanager.com gstatic.com https://www.google.com https://google.com *.github.com *.unocha.org"
media-src: "'none'"
frame-src: "'self' https://www.googletagmanager.com https://ocha.fleeq.io *.un.org https://cdnapisec.kaltura.com"
frame-src: "'self' https://www.googletagmanager.com https://ocha.fleeq.io *.un.org https://cdnapisec.kaltura.com https://vimeo.com https://player.vimeo.com"
frame-ancestors: "'self'"
child-src: "'self'"
font-src: "'self' data: fonts.gstatic.com"
Expand Down

0 comments on commit 8420eef

Please sign in to comment.