Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

GoogleCloudRecaptchaenterpriseV1FirewallAction

import type { GoogleCloudRecaptchaenterpriseV1FirewallAction } from "https://googleapis.deno.dev/v1/recaptchaenterprise:v1.ts";

An individual action. Each action represents what to do if a policy matches.

§Properties

§

The user request did not match any policy and should be allowed access to the requested resource.

§

This action will deny access to a given page. The user will get an HTTP error code.

§

This action will inject reCAPTCHA JavaScript code into the HTML page returned by the site backend.

§

This action will redirect the request to a ReCaptcha interstitial to attach a token.

§

This action will set a custom header but allow the request to continue to the customer backend.

§

This action will transparently serve a different page to an offending user.