Skip to content

Commit

Permalink
Merge pull request #567 from storybookjs/csp-whats-new
Browse files Browse the repository at this point in the history
update CSP to allow 'whats new' pages to be embedded
  • Loading branch information
winkerVSbecks committed Jun 19, 2023
2 parents 83cd0d9 + e3b7021 commit bb1f0aa
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions netlify.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,10 @@

[[headers]]
for = "/releases/iframe/*"
[headers.values]
Content-Security-Policy = "frame-ancestors *"

[[headers]]
for = "/blog/*"
[headers.values]
Content-Security-Policy = "frame-ancestors *"

0 comments on commit bb1f0aa

Please sign in to comment.