Sandbox application inside iframe
Notice: This thread is very old.
- redhead
- Member | 1313
The problem is in X-Frame-Options HTTP header. It is set automatically by Nette and can be disabled in configuration:
nette:
security:
frames: ... # X-Frame-Options header value
In new versions of Nette it should default to value
same-origin
.