Tagged Questions

2
votes
3answers
2k views

Is my anti XSS method OK for allowing user HTML in PHP?

I am working on finding a good way to make user submitted data, in this case allow HTML and have it be as safe and fast as I can. I know EVERY SINGLE PERSON on this site seems to think ...
0
votes
0answers
58 views

How to purify html5 with php? [closed]

Possible Duplicate: HTML filter that is HTML5 compliant I've been searching for days now and cannot find the answer to it. Is there any purifier written in PHP for html5? To clarify - by ...