Rfi
April 28, 2025 ยท View on GitHub
Remote File Inclusion Attack - Prohibit unauthorized upload or execution of remote files.
Example Usage
import { Rfi } from "@vercel/sdk/models/putfirewallconfigop.js";
let value: Rfi = {
active: false,
action: "log",
};
Fields
| Field | Type | Required | Description |
|---|---|---|---|
active | boolean | :heavy_check_mark: | N/A |
action | models.PutFirewallConfigSecurityRequestRequestBodyAction | :heavy_check_mark: | N/A |