iframe embedded, rendering exceptions
Vue version
3.2.45
Link to minimal reproduction
Steps to reproduce
iframe1->iframe2->iframe3
What is expected?
iframe3 renders normally
What is actually happening?
iframe3 rendering exceptions.
System Info
No response
Any additional comments?
No response
Infinite recursion is prevented. 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). This doesn't prevent all malicious documents, but it eliminates a troublesome class of them.