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
ChromeOS's "Terminal" app (not the Secure Shell App / Secure Shell Extension) seems to visit /cookie with GET argument ext=terminal, which results in a redirect to chrome-extension://terminal/html/....
This results in:
terminal is blocked
This page has been blocked by Chrome
ERR_BLOCKED_BY_CLIENT
Instead, I'm guessing chrome-untrusted://terminal/html/... is expected.
ChromeOS's "Terminal" app (not the Secure Shell App / Secure Shell Extension) seems to visit
/cookie
with GET argumentext=terminal
, which results in a redirect tochrome-extension://terminal/html/...
.This results in:
Instead, I'm guessing
chrome-untrusted://terminal/html/...
is expected.App itself: https://chromium.googlesource.com/apps/libapps/+/HEAD/terminal
The text was updated successfully, but these errors were encountered: