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
Tested in Chromium and Firefox. Chromium worked fine, but Firefox wouldn't store the password cookie. Seems like a Firefox bug (and possibly Edge as you mentioned), as the following works in Chrome but not Firefox:
We could fix this by omitting the domain part from the cookie in the login script, as the browser should default to the current domain, but I'm not sure if this is safe/encouraged.
code-server
version: 1.1119-vsc1.33.1Description
IPv6 works when accessing by domain with AAAA record. When using IP in form
http://[2022:1111:1111:1111:1111:1111:1111:1111]:8080/
- can not login.Steps to Reproduce
./code-server -h :: -p 8080 -H -P password
http://[2022:1111:1111:1111:1111:1111:1111:1111]:8080/
- replace with correct IPv6/login/
pagePossible workarounds
The text was updated successfully, but these errors were encountered: