Fix commentless incoming SSH keys from meta.sr.ht
1 files changed, 1 insertions(+), 1 deletions(-) M gitsrht/service.py
M gitsrht/service.py => gitsrht/service.py +1 -1
@@ 28,7 28,7 @@ class GitOAuthService(AbstractOAuthService): def cache_key(self, user, meta_key): b64key = meta_key["key"].split(" ") - if len(b64key) > 3: + if len(b64key) < 2: return False b64key = b64key[1] cache = {