Skip to content

Latest commit

 

History

History
21 lines (15 loc) · 2 KB

rfi.md

File metadata and controls

21 lines (15 loc) · 2 KB

Rfi

Remote File Inclusion Attack - Prohibit unauthorized upload or execution of remote files.

Example Usage

import { Rfi } from "@vercel/sdk/models/getfirewallconfigop.js";

let value: Rfi = {
  active: false,
  action: "log",
};

Fields

Field Type Required Description
active boolean ✔️ N/A
action models.GetFirewallConfigSecurityResponse200Action ✔️ N/A