mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2025-04-04 13:07:38 +03:00
Accept kdbx:// urls in Edit Entry view
This commit is contained in:
parent
cd642e7fee
commit
7efaca6fbe
1 changed files with 1 additions and 0 deletions
|
@ -270,6 +270,7 @@ namespace Tools
|
||||||
bool checkUrlValid(const QString& urlField)
|
bool checkUrlValid(const QString& urlField)
|
||||||
{
|
{
|
||||||
if (urlField.isEmpty() || urlField.startsWith("cmd://", Qt::CaseInsensitive)
|
if (urlField.isEmpty() || urlField.startsWith("cmd://", Qt::CaseInsensitive)
|
||||||
|
|| urlField.startsWith("kdbx://", Qt::CaseInsensitive)
|
||||||
|| urlField.startsWith("{REF:A", Qt::CaseInsensitive)) {
|
|| urlField.startsWith("{REF:A", Qt::CaseInsensitive)) {
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue