use registered_domain to search in bitwarden (#929)
This commit is contained in:
@@ -157,8 +157,8 @@ class BitwardenService:
|
|||||||
BitwardenService.sync()
|
BitwardenService.sync()
|
||||||
session_key = BitwardenService.unlock(master_password)
|
session_key = BitwardenService.unlock(master_password)
|
||||||
|
|
||||||
# Extract the domain from the URL and search for items in Bitwarden with that domain
|
# Extract the domain(with suffix) from the URL and search for items in Bitwarden with that domain
|
||||||
domain = tldextract.extract(url).domain
|
domain = tldextract.extract(url).registered_domain
|
||||||
list_command = [
|
list_command = [
|
||||||
"bw",
|
"bw",
|
||||||
"list",
|
"list",
|
||||||
|
|||||||
Reference in New Issue
Block a user