-
Notifications
You must be signed in to change notification settings - Fork 5.9k
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
Blocked autofocusing on a form control in a cross-origin subframe. #1479
Comments
Could you try with the latest release? |
Closing for inactivity. Happy to help though, if you are still experiencing the problem be sure to let us know! |
I am having this problem as well and would love to troubleshoot this if you can help. |
Does the autofocus block error prevent logging in entirely?
|
In the iframe, yes. Outside of the iframe, no.
I'm trying to include it as an iframe in Home Assistant (not running the
Home Assistant add-on... Running it in docker). When I click the link, I
get the password page. When I enter my password correctly, it just reloads
the password page. In the Chrome console I see the error noted in this
thread.
|
Ah, ok. I'll see if I can replicate.
|
Will reopen as well. |
I don't know if this helps you guys, but I wanted to give you guys some more information. I access home assistant by https://ha.mydomain.inside:8123.
This configuration exhibited the problem described above. Here's what I did yesterday:
So, since both Home Assistant and code-server are not running with the same hostname (ha.mydomain.inside), the problem goes away. |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no activity occurs in the next 5 days. |
Hi:
I installed the release 2.1698-vsc1.41.1, and I use this command and set a password to start it:
this is ok to run.
But when i put it in iframe, when send the password will show this error on browser:
This seems to be a cross-domain issue,but I can't found any setting to fix it.
If you has any idea, please tell me.
thanks you.
The text was updated successfully, but these errors were encountered: