From dc83634e1ac1dfbcea0c911b3ce9ffd6c805315d Mon Sep 17 00:00:00 2001 From: Philipp Albrecht Date: Wed, 13 Apr 2022 10:14:49 +0200 Subject: Join subdomain and domain with a dot --- misc/userscripts/qute-bitwarden | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/misc/userscripts/qute-bitwarden b/misc/userscripts/qute-bitwarden index a44e08a14..a30f734f2 100755 --- a/misc/userscripts/qute-bitwarden +++ b/misc/userscripts/qute-bitwarden @@ -212,7 +212,7 @@ def main(arguments): for target in filter(None, [ extract_result.fqdn, extract_result.registered_domain, - extract_result.subdomain + extract_result.domain, + extract_result.subdomain + '.' + extract_result.domain, extract_result.domain, extract_result.ipv4]): target_candidates = json.loads( -- cgit v1.2.3-54-g00ecf