-
Notifications
You must be signed in to change notification settings - Fork 24
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
Local DNS URIs Identified as "--" #1509
Comments
Can confirm this behaviour on Version: 2.11.3 (3653). I am running Android 11 on a Google Pixel 3a. |
Having the same issue since forever. Thing is that when you add an entry to the vault from that page it'll save it with the correct url so it seems to know the correct url. They stated they're actively working on fixing autofill for some months already but progress still remains to be seen. There's also no response as to what the status is unfortunately. |
I have this problem too. Running android 11 on MI 9 SE. Bitwarden version 2.12.0 (3742) |
This issue is also occuring for me, on Android 11 as well as on iOS14.7 and iPadOS14.7.1 |
Having this same issue. It seems related to how the domain is parsed in https://github.com/bitwarden/mobile/blob/master/src/Core/Utilities/DomainName.cs - TLD's are expected to be included in the public suffix list, and since |
Good catch. I've reported the lack of Perhaps you might star the issue over there? |
It is interesting that this would be handled differently in mobile than in extensions. |
Looks like the maintainers at public suffix are having none of that. |
Yes, so it does. Well, then, that then puts the ball back into Bitwarden's court. This is inconsistent behaviour within Bitwarden, since |
Without stepping through the code to confirm, to me it looks like in BitWarden's This is either a feature that could be added to the mobile app, or a bug to be fixed in the browser extension. I'm hoping feature. As a temporary workaround, you can change the match detection options from the default 'Base domain' to 'Host'. This is working for my local |
Can confirm, the temp workaround works for me using a local domain (.nas in my case) thank you |
This issue still persists in both ios and android apps and the workaround doesn't seem to work in all cases. It's very frustrating having to search for the saved password, especially when, as someone already pointed out, the application correctly saves an entry while on the |
Describe the Bug
When attempting to fill credentials on LAN-only websites with local DNS entries (*.mydomain.lan) from a browser on Android, Bitwarden reports, "There are no items in your vault for --."
Steps To Reproduce
On an Android device
Expected Result
Bitwarden should identify the URL and fill the credentials.
Actual Result
Bitwarden will open and present the message, "There are no items in your vault for --."
Screenshots or Videos
N/A
Environment
Additional Context
Local-only host names are provided by a local DNS server running dnsmasq which contains entries for servers with LAN IP addresses of the form "*.mydomain.lan".
The text was updated successfully, but these errors were encountered: