smorks / keepassnatmsg

KeePass plugin to expose credentials securely to a browser using Native Messaging
GNU General Public License v3.0
268 stars 25 forks source link

Add ChromeKeePass to the list of allowed origins for native messaging #102

Closed Abestanis closed 1 year ago

Abestanis commented 1 year ago

ChromeKeePass is adding support for communication with KeePass via KeePassNatMsg in https://github.com/RoelVB/ChromeKeePass/pull/93 In order for this to work, the extension needs to be added to the allowed hosts of the native messaging configuration file, otherwise Chrome and Edge will not open the native messaging channel.

The extension can be found in the Chrome web store (although the latest version there doesn't have the native messaging support yet).

I don't have a setup to compile these changes at the moment, so I can't actually verify that this works, but it seemed like a simple enough change. I added these lines to the extracted files on my system manually and verified that ChromeKeePass was able to communicate with KeePassNatMsg.

smorks commented 1 year ago

thank you! i will try and get this and the other PR added & released soon. i don't actually use KeePassNatMsg anymore so my drive to maintain it these days is pretty low.

Abestanis commented 1 year ago

Awesome, thanks!