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]: