Skip to content

Commit

Permalink
Add comments to explain that frame-ancestors CSP must be customized i…
Browse files Browse the repository at this point in the history
…n each project.
  • Loading branch information
ochriste committed Oct 27, 2023
1 parent 72e5ee4 commit 288f848
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -316,6 +316,11 @@ vars:
# All versions
arguments: *redis-cache-arguments

# This parameter set the list of hosts allowed to use the iframe api.
# 'self' will block all external usage, you must add additional hosts separated by space.
# see https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Content-Security-Policy/frame-ancestors
content_security_policy_iframe_api_frame_ancestors: "'self'"

# Control the HTTP headers
headers:
dynamic: &header {}
Expand Down

0 comments on commit 288f848

Please sign in to comment.