Skip to content

Commit bbd94dc

Browse files
authored
Merge branch 'main' into exit1
2 parents a4cc3a8 + 33177b6 commit bbd94dc

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

recaptcha_enterprise/demosite/app/controllers/controller.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -249,6 +249,7 @@ const onCommentSubmit = async (req, res) => {
249249
};
250250

251251
// Classify the action as BAD/ NOT_BAD based on conditions specified.
252+
// See https://cloud.google.com/recaptcha/docs/interpret-assessment-website
252253
const checkForBadAction = function (assessmentResponse, recaptchaAction) {
253254
let label = Label.NOT_BAD;
254255
let reason = '';

0 commit comments

Comments
 (0)