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

Fix compatibility between "search string fields for URL" and "Match URL schemes" #115

Closed damienfinck closed 6 months ago

damienfinck commented 6 months ago

When "Search string fields for URL" is checked, the option "Match URL schemes" block some valid entries. The solution is to change the search method to validate the scheme if necessary beforehand.

Issue https://github.com/smorks/keepassnatmsg/issues/112