From c164783a2cd254f520e423ec0c2f145a6853838b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Luis=20D=C3=ADaz?= Date: Wed, 22 Jan 2025 13:04:59 +0100 Subject: [PATCH] improve comment writing --- .../ooniprobe/src/ooniprobe/routers/v1/probe_services.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ooniapi/services/ooniprobe/src/ooniprobe/routers/v1/probe_services.py b/ooniapi/services/ooniprobe/src/ooniprobe/routers/v1/probe_services.py index 34103701..bc44deac 100644 --- a/ooniapi/services/ooniprobe/src/ooniprobe/routers/v1/probe_services.py +++ b/ooniapi/services/ooniprobe/src/ooniprobe/routers/v1/probe_services.py @@ -109,7 +109,7 @@ def probe_register_post( # **IMPORTANT** You have to compute this token using a different key # to the one used in ooniauth service, because you could allow - # a login bypass attack. + # a login bypass attack if you don't. # # Note that this token is generated regardless of any authentication, # so if you use the same jwt_encryption_key for ooniauth, you give users