eruda icon indicating copy to clipboard operation
eruda copied to clipboard

Eruda doesn't read content inside iframes.

Open s0urce-c0de opened this issue 10 months ago • 2 comments

Eruda wont show content in an iframe, unlike a normal browser devtools.

s0urce-c0de avatar Mar 27 '24 13:03 s0urce-c0de

This is generally prevented by the browser, since eruda runs in the context of the page. CSRF and same-origin concerns apply here. To do this reliably, you'd need to run eruda as an extension, or run it in the frame as well and use message passing to communicate between different eruda instances (since many frames are invisible and thus you can't see the eruda display inside them).

Efreak avatar Oct 17 '24 05:10 Efreak

This is generally prevented by the browser, since eruda runs in the context of the page. CSRF and same-origin concerns apply here. To do this reliably, you'd need to run eruda as an extension, or run it in the frame as well and use message passing to communicate between different eruda instances (since many frames are invisible and thus you can't see the eruda display inside them).

Chii can do it, even if only sometimes.

s0urce-c0de avatar Oct 18 '24 03:10 s0urce-c0de