Skip to content

Commit 9887a9b

Browse files
fauberudrakhsha-crest
authored andcommitted
Link to official documentation to interpret Assessment (GoogleCloudPlatform#4041)
1 parent 14cc1b5 commit 9887a9b

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)