-
-
Notifications
You must be signed in to change notification settings - Fork 1.7k
KeePassHttp Settings (optionally) specify protocol in allow array #1467
Copy link
Copy link
Closed
Labels
Description
I noticed that when I accept a site to use my keepass entry, the KeePassHttp Settings Allow array is updated with the url that is allowed to do so, without the http/https part (or ftp or whatever else I suppose).
I would like to suggest that one could optionally include the https:// as an example, to say that the username and password should not be sent if the url is http only (some will consider the latter to be less secure). This would make it (more) obvious to me that I am trying to enter a site on a non-secure url, because my user/pwd is not sent to my browser.
The example entry would then look like (if we now imagine that I selected to deny the http and allow the https):
{"Allow":["https://www.amazon.com"],"Deny":["http://www.amazon.com"],"Realm":""}
Reactions are currently unavailable