mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2025-12-04 15:39:34 +01:00
Fix loose URL comparison
This commit is contained in:
committed by
Jonathan White
parent
eac95df000
commit
3c7c3b0a5f
@@ -160,6 +160,7 @@ void TestUrlTools::testIsUrlValidWithLooseComparison()
|
||||
urls["https://example.*"] = false;
|
||||
urls["https://*.example.*"] = false;
|
||||
urls["https://example.c*"] = false;
|
||||
urls["https://myowndomain:8000"] = true;
|
||||
|
||||
QHashIterator<QString, bool> i(urls);
|
||||
while (i.hasNext()) {
|
||||
|
||||
Reference in New Issue
Block a user