belaviyo / keepass-macpass-helper

A helper extension to use KeePass/MacPass/KeePassXC from Firefox, Opera, and Chrome browsers
https://webextension.org/listing/keepass-helper.html
Mozilla Public License 2.0
103 stars 27 forks source link

Referenced URLs don't seem to work #60

Open ajuanjojjj opened 2 years ago

ajuanjojjj commented 2 years ago

Hi there, it appears that the chrome extension is not properly reading entries with a URL Reference

image Reference was inserted by UUID, and I've confirmed it works when copying it

Is it a known limitation, or is it supposed to work?

belaviyo commented 2 years ago

This extension uses https://github.com/pfn/keepasshttp#get-logins to get logins from KeePass. As far as I know, this plugin does not resolve references. Also, I tried KeePassXC with native messaging on the same database, and it does not match references either.

ajuanjojjj commented 2 years ago

As far as I know, KeepassHTTP does not receive any more updates, so I guess KeePassXC with native messaging would be the way to go. Should I open an issue there, or are there any other alternatives?

belaviyo commented 2 years ago

Yes! Unfortunately, there is no active development on the KeepassHTTP plugin.

For KeePassXC, they have an official browser extension. Try to generate the bug with that extension too. If so, you can open a bug. We will revisit this bug when their native client is updated.