Skip to content

Commit

Permalink
Merge pull request #10792 from camptocamp/backport/10787-to-master
Browse files Browse the repository at this point in the history
[Backport master] Frame ancestors explanations
  • Loading branch information
sbrunner authored Mar 1, 2024
2 parents daa1179 + 28945ea commit 96258f9
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 96258f9

Please sign in to comment.