mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2025-04-06 14:07:38 +03:00
Show all url schemas in entry view (#1768)
* Show all url schemas in entry view * Fix UUID being built improperly with invalid user input
This commit is contained in:
parent
3727d37101
commit
add4ba21fa
5 changed files with 28 additions and 24 deletions
|
@ -287,8 +287,7 @@ QString Entry::webUrl() const
|
|||
QString Entry::displayUrl() const
|
||||
{
|
||||
QString url = maskPasswordPlaceholders(m_attributes->value(EntryAttributes::URLKey));
|
||||
url = resolveMultiplePlaceholders(url);
|
||||
return resolveUrl(url);
|
||||
return resolveMultiplePlaceholders(url);
|
||||
}
|
||||
|
||||
QString Entry::username() const
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue