From d4fae3ac5407f1161a483a6335917df24232e078 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fran=C3=A7ois=20Aub=C3=A9?= Date: Tue, 25 Mar 2025 11:35:52 -0400 Subject: [PATCH] Link to official documentation to interpret Assessment --- recaptcha_enterprise/demosite/app/controllers/controller.js | 1 + 1 file changed, 1 insertion(+) diff --git a/recaptcha_enterprise/demosite/app/controllers/controller.js b/recaptcha_enterprise/demosite/app/controllers/controller.js index 02beff5258..59876faeed 100644 --- a/recaptcha_enterprise/demosite/app/controllers/controller.js +++ b/recaptcha_enterprise/demosite/app/controllers/controller.js @@ -249,6 +249,7 @@ const onCommentSubmit = async (req, res) => { }; // Classify the action as BAD/ NOT_BAD based on conditions specified. +// See https://cloud.google.com/recaptcha/docs/interpret-assessment-website const checkForBadAction = function (assessmentResponse, recaptchaAction) { let label = Label.NOT_BAD; let reason = '';