mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2025-08-07 22:12:59 -04:00
Fix base domain matching
This commit is contained in:
parent
6f9907a3cb
commit
d2e76058cd
2 changed files with 3 additions and 2 deletions
|
@ -298,7 +298,8 @@ void TestBrowser::testSubdomainsAndPaths()
|
|||
"http://login.github.com/pathtonowhere",
|
||||
".github.com", // Invalid URL
|
||||
"www.github.com/",
|
||||
"https://github" // Invalid URL
|
||||
"https://github", // Invalid URL
|
||||
"https://hub.com" // Should not return
|
||||
};
|
||||
|
||||
createEntries(urls, root);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue