From 879f24f8a4c24cff9ba739a6ee0192640359d6e8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fran=C3=A7ois=20Aub=C3=A9?= Date: Tue, 25 Mar 2025 11:31:34 -0400 Subject: [PATCH] Link to official documentation to interpret Assessment --- recaptcha_enterprise/demosite/app/urls.py | 1 + 1 file changed, 1 insertion(+) diff --git a/recaptcha_enterprise/demosite/app/urls.py b/recaptcha_enterprise/demosite/app/urls.py index d6fae814447..b1e54691758 100644 --- a/recaptcha_enterprise/demosite/app/urls.py +++ b/recaptcha_enterprise/demosite/app/urls.py @@ -251,6 +251,7 @@ def on_comment_submit() -> Response: # Classify the action as BAD/ NOT_BAD based on conditions specified. +# See https://cloud.google.com/recaptcha/docs/interpret-assessment-website def check_for_bad_action( assessment_response: Assessment, recaptcha_action: str ) -> tuple[str, str]: