From 610ca0d8e725939776003e1e620cc5d9422ad185 Mon Sep 17 00:00:00 2001 From: Pedro Miola Date: Fri, 11 Apr 2025 13:50:16 -0300 Subject: [PATCH 1/3] =?UTF-8?q?(feat):=20add=20warning=20for=20updating=20?= =?UTF-8?q?reCAPTCHA=20settings=20to=20include=20Azion=20domain=20C=C3=B3d?= =?UTF-8?q?igo:=2020030?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../pages/guides/marketplace/integrations/recaptcha.mdx | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/src/content/docs/en/pages/guides/marketplace/integrations/recaptcha.mdx b/src/content/docs/en/pages/guides/marketplace/integrations/recaptcha.mdx index 8e15a679bc..c5ba4b5fa4 100644 --- a/src/content/docs/en/pages/guides/marketplace/integrations/recaptcha.mdx +++ b/src/content/docs/en/pages/guides/marketplace/integrations/recaptcha.mdx @@ -7,7 +7,6 @@ permalink: /documentation/products/guides/recaptcha/ --- - **reCAPTCHA** is a *serverless* integration available at Azion Marketplace. This type of integration is mainly used for protecting domains against bots. It allows you to monitor traffic in your website by using the Google Dashboard for reCAPTCHA. reCAPTCHA is a CAPTCHA (Completely Automated Public Turing test to tell Computers and Humans Apart) integration designed to protect websites from bots and automated scripts by using a challenge-response test to determine whether the user is a human or a machine. @@ -97,10 +96,9 @@ To instantiate the reCAPTCHA integration, while still on the Edge Firewall page: "theme": "dark", "size": "compact", "custom_message": "My message", - "custom_html": "... .. " + "custom_html": "... .. " } } - ``` Where: @@ -149,6 +147,10 @@ On the Console, you must now configure your domain so your edge firewall protect Done. Now the **reCAPTCHA** integration is running for every request made to the domain you indicated. +:::warning +[TECHWRITER TODO: (INSERT) (EXPLANATION) ABOUT (UPDATING THE RECAPTCHA SETTINGS TO INCLUDE THE AZION DOMAIN)] +::: + Watch a video about how to install the reCAPTCHA integration through Azion Marketplace on Azion’s YouTube channel: From a35c5c88eb59d18023aa542611c7f92e2a96cf53 Mon Sep 17 00:00:00 2001 From: GabrielAzion <116839080+GabrielAzion@users.noreply.github.com> Date: Fri, 10 Jul 2026 20:09:23 -0300 Subject: [PATCH 2/3] Update src/content/docs/en/pages/guides/marketplace/integrations/recaptcha.mdx --- .../docs/en/pages/guides/marketplace/integrations/recaptcha.mdx | 1 + 1 file changed, 1 insertion(+) diff --git a/src/content/docs/en/pages/guides/marketplace/integrations/recaptcha.mdx b/src/content/docs/en/pages/guides/marketplace/integrations/recaptcha.mdx index c5ba4b5fa4..1f34543e83 100644 --- a/src/content/docs/en/pages/guides/marketplace/integrations/recaptcha.mdx +++ b/src/content/docs/en/pages/guides/marketplace/integrations/recaptcha.mdx @@ -149,6 +149,7 @@ Done. Now the **reCAPTCHA** integration is running for every request made to the :::warning [TECHWRITER TODO: (INSERT) (EXPLANATION) ABOUT (UPDATING THE RECAPTCHA SETTINGS TO INCLUDE THE AZION DOMAIN)] +To fix this, go back to the [Google reCAPTCHA admin dashboard](https://www.google.com/recaptcha/admin), select your site, and add your Azion domain to the **Domains** list. This ensures Google accepts reCAPTCHA validations originating from your Azion-powered application. ::: Watch a video about how to install the reCAPTCHA integration through Azion Marketplace on Azion’s YouTube channel: From f3f97d527da27571e0999e92a0e29474902703be Mon Sep 17 00:00:00 2001 From: GabrielAzion <116839080+GabrielAzion@users.noreply.github.com> Date: Fri, 10 Jul 2026 20:09:31 -0300 Subject: [PATCH 3/3] Update src/content/docs/en/pages/guides/marketplace/integrations/recaptcha.mdx --- .../docs/en/pages/guides/marketplace/integrations/recaptcha.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/content/docs/en/pages/guides/marketplace/integrations/recaptcha.mdx b/src/content/docs/en/pages/guides/marketplace/integrations/recaptcha.mdx index 1f34543e83..a35ba9a499 100644 --- a/src/content/docs/en/pages/guides/marketplace/integrations/recaptcha.mdx +++ b/src/content/docs/en/pages/guides/marketplace/integrations/recaptcha.mdx @@ -148,7 +148,7 @@ On the Console, you must now configure your domain so your edge firewall protect Done. Now the **reCAPTCHA** integration is running for every request made to the domain you indicated. :::warning -[TECHWRITER TODO: (INSERT) (EXPLANATION) ABOUT (UPDATING THE RECAPTCHA SETTINGS TO INCLUDE THE AZION DOMAIN)] +Since requests to your application are processed through Azion's infrastructure, Google's reCAPTCHA service validates the domain from which the challenge is served — which will be your Azion domain (for example, `yourdomain.map.azionedge.net` or your custom domain). If this domain isn't registered in your Google reCAPTCHA settings, the challenge will fail. To fix this, go back to the [Google reCAPTCHA admin dashboard](https://www.google.com/recaptcha/admin), select your site, and add your Azion domain to the **Domains** list. This ensures Google accepts reCAPTCHA validations originating from your Azion-powered application. :::