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 9fea5d2 commit 33177b6Copy full SHA for 33177b6
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