Use more_set_headers for the X-Frame-Options: ALLOW-FROM, because we actually need to replace the SAMEORIGIN option which is already set. Note that this directive is obsolete and is used only for old browser support purpose.
Add an additional Content-Security-Policy header with the correct content. This header is the one checked by modern browsers (such as Firefox or Chrome) to allow iframing.
more_set_headers
for theX-Frame-Options: ALLOW-FROM
, because we actually need to replace theSAMEORIGIN
option which is already set. Note that this directive is obsolete and is used only for old browser support purpose.Content-Security-Policy
header with the correct content. This header is the one checked by modern browsers (such as Firefox or Chrome) to allow iframing.