PutFirewallConfigXss

June 11, 2025 ยท View on GitHub

XSS Attack - Prevent injection of malicious scripts into trusted webpages.

Example Usage

import { PutFirewallConfigXss } from "@vercel/sdk/models/putfirewallconfigop.js";

let value: PutFirewallConfigXss = {
  active: true,
  action: "deny",
};

Fields

FieldTypeRequiredDescription
activeboolean:heavy_check_mark:N/A
actionmodels.PutFirewallConfigSecurityResponse200ApplicationJSONResponseBodyActiveCrsXssAction:heavy_check_mark:N/A

Contents

  1. 1Example Usage
  2. 2Fields