BadWords
Key value:
SCRIPT, SELECT, UPDATE, INSERT, DELETE, REVOKE, UNION, EXEC, DROP
Description:
E-Commerce pages have added the functionality to read BadWords from the siteconfig.config file as a check on input strings from various pages. This helps to prevent cross-site scripting attacks. The default values for this setting are as shown above.
Example:
BadWords = SCRIPT,SELECT,UPDATE,INSERT,DELETE,REVOKE,UNION,EXEC,DROP
See also:
None