Recommend this page to a friend! | Stumble It! | Bookmark in del.icio.us |
All requests | > | Input Filter | > | Request new recommendation | > | Featured requests | > | No recommendations | ||
by santhosh - 8 months ago (2015-06-02) xss filter
+1 | prevent xss attacks in php code. remove html tags , bad words while posting values using form |
0 | by Dave Smith 5955 - 8 months ago (2015-06-02) Comment This is the class that I have always used, very easy to configure for what tags and properties to allow and it strips the rest. It does most of the heavy lifting you are looking for including xss filter, except it does not have a bad word filter. I was not able to locate any that combined stripping tags, xss prevention and bad word filter, so you would have to use an additional bad word filter class, there are plenty on here to choose from. |
Recommend package | |
|