We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6194578 commit 2c74026Copy full SHA for 2c74026
recaptcha_enterprise/demosite/app/urls.py
@@ -251,6 +251,7 @@ def on_comment_submit() -> Response:
251
252
253
# Classify the action as BAD/ NOT_BAD based on conditions specified.
254
+# See https://cloud.google.com/recaptcha/docs/interpret-assessment-website
255
def check_for_bad_action(
256
assessment_response: Assessment, recaptcha_action: str
257
) -> tuple[str, str]:
0 commit comments