mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2024-10-01 01:26:01 -04:00
Accept kdbx:// urls in Edit Entry view
This commit is contained in:
parent
cd642e7fee
commit
7efaca6fbe
@ -270,6 +270,7 @@ namespace Tools
|
||||
bool checkUrlValid(const QString& urlField)
|
||||
{
|
||||
if (urlField.isEmpty() || urlField.startsWith("cmd://", Qt::CaseInsensitive)
|
||||
|| urlField.startsWith("kdbx://", Qt::CaseInsensitive)
|
||||
|| urlField.startsWith("{REF:A", Qt::CaseInsensitive)) {
|
||||
return true;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user