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 14cc1b5 commit 9887a9bCopy full SHA for 9887a9b
recaptcha_enterprise/demosite/app/controllers/controller.js
@@ -249,6 +249,7 @@ const onCommentSubmit = async (req, res) => {
249
};
250
251
// Classify the action as BAD/ NOT_BAD based on conditions specified.
252
+// See https://cloud.google.com/recaptcha/docs/interpret-assessment-website
253
const checkForBadAction = function (assessmentResponse, recaptchaAction) {
254
let label = Label.NOT_BAD;
255
let reason = '';
0 commit comments