Skip to content

Commit

Permalink
Merge pull request #498 from UN-OCHA/OPS-10754-csp-adjustments
Browse files Browse the repository at this point in the history
chore: csp restore data for img-src
  • Loading branch information
lazysoundsystem authored Oct 28, 2024
2 parents 3845194 + 06a6c8e commit da62e8b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions config/seckit.settings.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ seckit_xss:
script-src: "'self' 'unsafe-inline' 'unsafe-eval' fonts.googleapis.com www.gstatic.com https://*.google.com https://*.googletagmanager.com *.google-analytics.com https://tagmanager.google.com https://www.googleadservices.com https://googleads.g.doubleclick.net"
object-src: "'none'"
style-src: "'self' 'unsafe-inline' https://googletagmanager.com https://tagmanager.google.com fonts.googleapis.com https://www.google.com"
img-src: "'self' https://*"
img-src: "'self' data: https://*"
media-src: "'none'"
frame-src: "'self' https://www.googletagmanager.com https://bid.g.doubleclick.net https://td.doubleclick.net *.un.org https://cdnapisec.kaltura.com"
frame-ancestors: "'self'"
Expand All @@ -22,11 +22,11 @@ seckit_xss:
upgrade-req: false
policy-uri: ''
x_xss:
select: 0
seckit_x_xss_option_disable: Disabled
seckit_x_xss_option_0: '0'
seckit_x_xss_option_1: 1;
seckit_x_xss_option_1_block: '1; mode=block'
select: 0
seckit_csrf:
origin: true
origin_whitelist: ''
Expand Down

0 comments on commit da62e8b

Please sign in to comment.