When to use the XSS filter? |
In the security part of the documentation, it says
Quote:XSS filtering should only be performed on output. Filtering input data may modify the data in undesirable ways, including stripping special characters from passwords, which reduces security instead of improving it. That part links to the documentation for the security class, which says Quote:Note: This function should only be used to deal with data upon submission. It’s not something that should be used for general runtime processing since it requires a fair amount of processing overhead. What should I do? |
Messages In This Thread |
When to use the XSS filter? - by Burnside - 08-26-2015, 12:20 AM
RE: When to use the XSS filter? - by mwhitney - 08-26-2015, 08:02 AM
RE: When to use the XSS filter? - by Burnside - 08-26-2015, 10:07 AM
RE: When to use the XSS filter? - by Narf - 09-01-2015, 02:11 AM
RE: When to use the XSS filter? - by PaulD - 09-01-2015, 05:01 AM
RE: When to use the XSS filter? - by mwhitney - 09-01-2015, 11:40 AM
|