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