Online documentation for Global XSS Filtering section |
(05-27-2015, 09:16 AM)Narf Wrote: It shouldn't mention it at all on that page ... https://github.com/bcit-ci/CodeIgniter/c...0bb8c52f05 Of course removing it is even better. However for consistency, you might want to scour the CI documentation for everything else that's deprecated so you can remove those too. (05-27-2015, 09:16 AM)Narf Wrote: Use xss_clean() when outputting user-supplied data .... Thank-you. I plan on using xss_clean(). |
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
|