mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2025-06-24 22:50:57 -04:00
Handle retrieving credentials from HTTP Basic Auth
This commit is contained in:
parent
cb3c4893dc
commit
a070f1bce7
7 changed files with 45 additions and 6 deletions
|
@ -51,6 +51,8 @@ public:
|
|||
void setAlwaysAllowUpdate(bool alwaysAllowUpdate);
|
||||
bool searchInAllDatabases();
|
||||
void setSearchInAllDatabases(bool searchInAllDatabases);
|
||||
bool httpAuthPermission();
|
||||
void setHttpAuthPermission(bool httpAuthPermission);
|
||||
bool supportKphFields();
|
||||
void setSupportKphFields(bool supportKphFields);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue