| bindappfwprofile_xmlxss |
Use this method to bind xmlxss to appfw profile. |
Syntax |
Parameters |
name |
Name of the profile to which to bind an exemption or rule. This is mandatory parameter. |
xmlxss |
Exempt the specified URL from the XML cross-site scripting (XSS) check.
An XML cross-site scripting exemption (relaxation) consists of the following items:
* URL. URL to exempt, as a string or a PCRE-format regular expression.
* ISREGEX flag. REGEX if URL is a regular expression, NOTREGEX if URL is a fixed string.
* Location. ELEMENT if the attachment is located in an XML element, ATTRIBUTE if located in an XML attribute. |
isregex |
Is a regular expression? Possible Values : REGEX, NOTREGEX. |
location |
Location of XSS injection exception - XML Element or Attribute. Default location is 'ELEMENT' Default value = AS_XMLLOCATION_ELEMENT. Possible Values : ELEMENT, ATTRIBUTE. |
Return Value |
Returns simpleResult |
See Also |