keepassxc-browser
keepassxc-browser copied to clipboard
Ports are not stored in allow/deny Plugin Data in KeepassXC
As-is the plugin doesn't differentiate between https://site.com and https://site.com:10000 So, if I deny a regular port 80/443 credential when I'm logging into port 10000, the port 80/443 credential get blocked for all ports.
When you have may services running on different ports on the same domain, the list of credentials presented becomes unwieldy because you can't disable able any credentials or risk denying them for the whole domain on all ports.
Current Behavior
Only records "domain.com" for allow/deny lists in the plugin data.
Possible Solution
Add the port to the allow/deny plugin data stored in the database entry. (domain:PORT)