Online documentation for Global XSS Filtering section |
The online documentation for "XSS Filtering" here...
http://www.codeigniter.com/user_guide/li...-filtering says this: Quote:If you want the filter to run automatically every time it encounters POST or COOKIE data you can enable it by opening your application/config/config.php file and setting this: However, when I go to the config.php file and look at this section, I see the following comments: Quote: So if it's deprecated, shouldn't the online documentation also state this and explain more about it? Since the online documentation is missing this information, what is the best practice for global XSS filtering on a new project? Don't use it (because it's deprecated)? Do something else? Do nothing? Stick with per-item processing? What? |
Messages In This Thread |
Online documentation for Global XSS Filtering section - by sparky672 - 05-26-2015, 09:20 AM
RE: Online documentation for Global XSS Filtering section - by Narf - 05-27-2015, 09:16 AM
RE: Online documentation for Global XSS Filtering section - by sparky672 - 05-27-2015, 09:54 AM
RE: Online documentation for Global XSS Filtering section - by Narf - 05-27-2015, 01:31 PM
|