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.
2 parents a4cc3a8 + 33177b6 commit bbd94dcCopy full SHA for bbd94dc
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