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
Currently works pretty well, main limitation is that it does not display the 'login:' prompt, as it is getting drawn off screen.
Can "fix" in the dev-browser by switching JS console context to the iFrame, and calling "new ShellInABox();"
which triggers the refresh - this is the call that originally generates the shellinabox UI - but this technique can't be used from parent page to iFrame outside the dev console context due to browser security policies (shellinabox is served on a different port).
The text was updated successfully, but these errors were encountered:
Currently works pretty well, main limitation is that it does not display the 'login:' prompt, as it is getting drawn off screen.
Can "fix" in the dev-browser by switching JS console context to the iFrame, and calling "new ShellInABox();"
which triggers the refresh - this is the call that originally generates the shellinabox UI - but this technique can't be used from parent page to iFrame outside the dev console context due to browser security policies (shellinabox is served on a different port).
The text was updated successfully, but these errors were encountered: