I try to place iframe with the src from external website, but Kentico always set 'X-Frame-Options' header to 'SAMEORIGIN'.
How can I show Iframe with external websites?
I tried to set
<add key="CMSXFrameOptionsExcluded" value="/" />
with no success (obviously this setting will allow links from Kentico website but not external ones).
I cannot list all the links in this setting, because they are editable at runtime.
Setup:
- Kentico 7.0
- Page use ASPX+portal template