Home > Configuration > Application Firewall > setappfwprofile_sqlinjectionparsecomments

setappfwprofile_sqlinjectionparsecomments

Use this method to set parse HTML comments and exempt them from the HTML SQL Injection check. You must specify the type of comments that the application firewall is to detect and exempt from this security check. Available settings function as follows:
* Check all - Check all content.
* ANSI - Exempt content that is part of an ANSI (Mozilla-style) comment.
* Nested - Exempt content that is part of a nested (Microsoft-style) comment.
* ANSI Nested - Exempt content that is part of any type of comment.

Syntax



Parameters

name

Name of the profile that you want to modify.
This is mandatory parameter.

sqlinjectionparsecomments

Parse HTML comments and exempt them from the HTML SQL Injection check. You must specify the type of comments that the application firewall is to detect and exempt from this security check. Available settings function as follows: * Check all - Check all content. * ANSI - Exempt content that is part of an ANSI (Mozilla-style) comment. * Nested - Exempt content that is part of a nested (Microsoft-style) comment. * ANSI Nested - Exempt content that is part of any type of comment.
Default value = AS_DEFAULT_SQLINJECTIONPARSECOMMENTS.
Possible Values : checkall, ansi, nested, ansinested.

Return Value

Returns simpleResult

See Also