Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Eruda doesn't read content inside iframes. #427

Open
s0urce-c0de opened this issue Mar 27, 2024 · 2 comments
Open

Eruda doesn't read content inside iframes. #427

s0urce-c0de opened this issue Mar 27, 2024 · 2 comments

Comments

@s0urce-c0de
Copy link

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

@Efreak
Copy link

Efreak commented Oct 17, 2024

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).

@s0urce-c0de
Copy link
Author

s0urce-c0de commented Oct 18, 2024

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants