Skip to content

Commit

Permalink
πŸ› Whitelist url #2387 (#2388)
Browse files Browse the repository at this point in the history
  • Loading branch information
padms authored Jun 20, 2024
1 parent e0fbc4a commit 4c3989e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion web/securityHeaders.js
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@ const selfSrcUrls = [
'cdn.sanity.io',
'cdn.equinor.com',
'https://bcdn.screen9.com',
'https://qcdn.screen9.com',
'https://h61q9gi9.api.sanity.io',
'https://tools.eurolandir.com',
'https://inferred.litix.io/',
Expand All @@ -86,7 +87,7 @@ const ContentSecurityPolicy = `
frame-src 'self' ${iframeSrcs};
frame-ancestors ${xFrameUrls};
font-src 'self' ${edsCdnUrl} data:;
media-src 'self' blob: https://bcdn.screen9.com https://cdn.sanity.io/ https://cdn.equinor.com/;
media-src 'self' blob: https://bcdn.screen9.com https://qcdn.screen9.com https://cdn.sanity.io/ https://cdn.equinor.com/;
`

export default [
Expand Down

0 comments on commit 4c3989e

Please sign in to comment.