Skip to content

Commit 2c74026

Browse files
authored
Link to official documentation to interpret Assessment (#13252)
1 parent 6194578 commit 2c74026

File tree

1 file changed

+1
-0
lines changed
  • recaptcha_enterprise/demosite/app

1 file changed

+1
-0
lines changed

recaptcha_enterprise/demosite/app/urls.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -251,6 +251,7 @@ def on_comment_submit() -> Response:
251251

252252

253253
# Classify the action as BAD/ NOT_BAD based on conditions specified.
254+
# See https://cloud.google.com/recaptcha/docs/interpret-assessment-website
254255
def check_for_bad_action(
255256
assessment_response: Assessment, recaptcha_action: str
256257
) -> tuple[str, str]:

0 commit comments

Comments
 (0)