XssMatchSetXssMatchTuple

data class XssMatchSetXssMatchTuple(val fieldToMatch: XssMatchSetXssMatchTupleFieldToMatch, val textTransformation: String)

Constructors

Link copied to clipboard
constructor(fieldToMatch: XssMatchSetXssMatchTupleFieldToMatch, textTransformation: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Specifies where in a web request to look for cross-site scripting attacks.

Link copied to clipboard

Which text transformation, if any, to perform on the web request before inspecting the request for cross-site scripting attacks.