Re: Sandboxed iframes (was Re: Seamless iframes + CSS3 selectors = bad idea)

Has an anyone raised the issue that sandboxed iframes actually enable
"clickjacking" when frame buster defences are applied?

<iframe sandbox="allow-forms" src="http://twitter.com/login"></iframe>

So here the spec says disable scripts but allow forms, this would render a
javascript frame breaker useless.

Received on Tuesday, 8 December 2009 03:56:59 UTC