Skip to content
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

Subdomains #32

Closed
btxtiger opened this issue Mar 2, 2021 · 4 comments
Closed

Subdomains #32

btxtiger opened this issue Mar 2, 2021 · 4 comments

Comments

@btxtiger
Copy link

btxtiger commented Mar 2, 2021

It seems the extension does not respect subdomains, which makes handling difficult.

@RoelVB
Copy link
Owner

RoelVB commented Mar 2, 2021

The extension just asks KeePass for credentials matching the current domain.

Are you using KeeWeb? Because I've noticed that KeeWeb ignores subdomains while KeePass doesn't.

@btxtiger
Copy link
Author

btxtiger commented Mar 2, 2021

Yes, I am using KeeWeb :)
So it seems to be a KeeWeb issue? Does ChromeKeePass submit the full URL to the keepass client?

@RoelVB
Copy link
Owner

RoelVB commented Mar 2, 2021

Yes, it sends the full URL to Keepass:

case IMessage.RequestType.findCredentials:
responsePromise = this._findCredentials(sender.url || '');
break;

@RoelVB RoelVB closed this as completed Mar 3, 2021
@btxtiger
Copy link
Author

I have opened this ticket at keeweb: keeweb/keeweb#1750

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants