Data Types

WebStorageQueryStringForwarding

This object is used for the value of the queryStringForwarding field on the WebStorage object, and defines how user-provided query strings are forwarded to the HTTP origin. If left unset, no user-provided query strings will be forwarded to the HTTP origin.

Instructions:

To block all query string parameters: use "Whitelist" with an empty parameters array (default if unset).

To allow all query string parameters: use "Blacklist" with an empty parameters array.

To allow some query string parameters: use either "Blacklist" or "Whitelist" with one or more parameters.

{
"parameters": [
{
"name": "hello%20world"
}
],
"type": "Blacklist"
}

Determines which parameters to forward based on the type field:

If "Whitelist" is set in the type field:

Only parameters in this array will be forwarded.

An empty array prevents all parameters from being forwarded.

If "Blacklist" is set in the type field:

Only parameters in this array will be blocked.

An empty array allows all parameters to be forwarded.

Type: WebStorageQueryStringParam[]

Min Items: 0

Max Items: 50

Determines whether the parameters array is interpreted as a blacklist or a whitelist.

Type: String

Allowed Values: "Blacklist", "Whitelist"

Was this section helpful? Yes No

You are using an outdated browser.

This website requires a modern web browser -- the latest versions of these browsers are supported: