You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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).
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).
Eruda wont show content in an iframe, unlike a normal browser devtools.
The text was updated successfully, but these errors were encountered: