summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhilipp Albrecht <palbrecht@mailbox.org>2022-04-13 10:14:49 +0200
committerPhilipp Albrecht <palbrecht@mailbox.org>2022-04-13 10:14:49 +0200
commitdc83634e1ac1dfbcea0c911b3ce9ffd6c805315d (patch)
tree969e8f5d50894d94508c27d2ab0919d9b20c0dab
parent991d300a08490de77bb2506e7368bc3d446c5485 (diff)
downloadqutebrowser-dc83634e1ac1dfbcea0c911b3ce9ffd6c805315d.tar.gz
qutebrowser-dc83634e1ac1dfbcea0c911b3ce9ffd6c805315d.zip
Join subdomain and domain with a dot
-rwxr-xr-xmisc/userscripts/qute-bitwarden2
1 files changed, 1 insertions, 1 deletions
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(