0xym0r0n
Well-known member
My 1.1.3 version of XF will allow me to use iframe to embed an external or local website, but 1.1.4 will not.
Example you can create a test.html file
will result in a blank iframe because xframe is denied.
I'm unsure of how to adjust the headers I read somewhere about using
but that doesn't seem to be working... I've probably not inserted that in the wrong area or it's being overwritten and I'm not sure where....
Example you can create a test.html file
Code:
<iframe src="http://www.xenforo.com/community/"></iframe>
will result in a blank iframe because xframe is denied.
I'm unsure of how to adjust the headers I read somewhere about using
Code:
header('X-Frame-Options: GOFORIT');