Skip to content

Commit 33177b6

Browse files
authored
Link to official documentation to interpret Assessment (#4041)
1 parent 9fea5d2 commit 33177b6

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)