ulixee / unblocked

A suite of tools for protecting the web's open knowledge.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

HTMLIFrameElement.prototype proxySetter triggers maximum call stack size exceeded

soundofspace opened this issue · comments

The final return value: ReflectCached.get(self, key) in some instances calls the proxy defined by HTMLIFrameElement, and as such recursively calls itself until the stack overruns.

This results in these problems, and more:
image