Skip to content

Commit 05df080

Browse files
authored
Link to official documentation to interpret Assessment (#10047)
1 parent 4267a2a commit 05df080

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

recaptcha_enterprise/demosite/src/main/java/app/MainController.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -318,6 +318,7 @@ public static ModelAndView comment() {
318318
}
319319

320320
// Classify the action as BAD/ NOT_BAD based on conditions specified.
321+
// See https://cloud.google.com/recaptcha/docs/interpret-assessment-website
321322
public static HashMap<String, String> checkForBadAction(Assessment assessmentResponse,
322323
String recaptchaAction) {
323324
String reason = "";

0 commit comments

Comments
 (0)