From a75ba0843d63f6e23c85635b44ea1f1ee6dfd173 Mon Sep 17 00:00:00 2001 From: Konstantin Ryabitsev Date: Tue, 17 Mar 2020 11:10:05 -0400 Subject: Use the URL that doesn't force a 301 Querying signatures without the trailing slash results in an extra 301 hop that is unnecessary. Signed-off-by: Konstantin Ryabitsev --- b4/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'b4') diff --git a/b4/__init__.py b/b4/__init__.py index c82fa35..b8d4892 100644 --- a/b4/__init__.py +++ b/b4/__init__.py @@ -77,7 +77,7 @@ DEFAULT_CONFIG = { 'attestation-uid-match': 'loose', # NB! This whole behaviour will change once public-inbox # gains support for cross-list searches - 'attestation-query-url': LOREADDR + '/signatures', + 'attestation-query-url': LOREADDR + '/signatures/', # We'll use the default gnupg homedir, unless you set it here 'attestation-gnupghome': None, # Do you like simple or fancy checkmarks? -- cgit v1.2.3