Gerd Reifenauer

Results 1 comments of Gerd Reifenauer

A pain for old style iframe prevention - ts-ignore helps ``` if (window.top !== window.self) { if (window.top) { // @ts-ignore window.top.location = window.self.location; } } ```