Skip to content

Commit

Permalink
chore: add powerbi for csp frame setting
Browse files Browse the repository at this point in the history
Refs: OPS-10398
  • Loading branch information
lazysoundsystem committed May 21, 2024
1 parent 506364c commit 935ed05
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions config/seckit.settings.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,15 @@ seckit_xss:
checkbox: true
vendor-prefix:
x: true
webkit: true
webkit: false
report-only: false
default-src: "'self'"
script-src: "'self' 'unsafe-inline' 'unsafe-eval' fonts.googleapis.com www.gstatic.com https://*.google.com https://*.googletagmanager.com cdn.jsdelivr.net *.google-analytics.com https://cdnjs.cloudflare.com"
object-src: "'none'"
style-src: "'self' 'unsafe-inline' fonts.googleapis.com https://cdnjs.cloudflare.com"
img-src: "'self' data: https://*.google-analytics.com https://*.googletagmanager.com gstatic.com ytimg.com reliefweb.int"
media-src: "'none'"
frame-src: "'self' https://flo.uri.sh https://api.mapbox.com"
media-src: 'data:'
frame-src: "'self' https://flo.uri.sh https://api.mapbox.com https://app.powerbi.com"
frame-ancestors: "'self'"
child-src: "'self'"
font-src: "'self' data: fonts.gstatic.com"
Expand Down

0 comments on commit 935ed05

Please sign in to comment.