summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhilipp Albrecht <palbrecht@mailbox.org>2022-04-13 10:14:49 +0200
committerFlorian Bruhin <me@the-compiler.org>2022-04-28 12:13:59 +0200
commita45c5badd4f373a50bc1f36ce0eb1857ab950702 (patch)
tree40237536244b525626a8e0fe951763154944318a
parenta6d9f14510f6b7efb2e8a4296e6233f267f61aaf (diff)
downloadqutebrowser-a45c5badd4f373a50bc1f36ce0eb1857ab950702.tar.gz
qutebrowser-a45c5badd4f373a50bc1f36ce0eb1857ab950702.zip
Join subdomain and domain with a dot
(cherry picked from commit dc83634e1ac1dfbcea0c911b3ce9ffd6c805315d)
-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 f8629d1dc..a0eedeae3 100755
--- a/misc/userscripts/qute-bitwarden
+++ b/misc/userscripts/qute-bitwarden
@@ -214,7 +214,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(