Why does a self-referencing iframe not infinitely loop and crash my machine?
W3C took care of that in 1997 explaining how frames should be implemented in “Implementing HTML Frames”: Any frame that attempts to assign as its SRC a URL used by any of its ancestors is treated as if it has no SRC URL at all (basically a blank frame). Iframe recursion bug/attack history As kingdago … Read more