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 4267a2a commit 05df080Copy full SHA for 05df080
recaptcha_enterprise/demosite/src/main/java/app/MainController.java
@@ -318,6 +318,7 @@ public static ModelAndView comment() {
318
}
319
320
// Classify the action as BAD/ NOT_BAD based on conditions specified.
321
+ // See https://cloud.google.com/recaptcha/docs/interpret-assessment-website
322
public static HashMap<String, String> checkForBadAction(Assessment assessmentResponse,
323
String recaptchaAction) {
324
String reason = "";
0 commit comments