Are there any good PHP based HTML filters available?

后端 未结 7 1800
死守一世寂寞
死守一世寂寞 2020-12-30 07:01

I am currently in a project with a PHP frontend. We\'re pretty concerned about security, because we\'ll have quite a lot of users and are an attractive target for hackers. O

7条回答
  •  一整个雨季
    2020-12-30 07:22

    CodeIgniter has an excellent XSS filter, you could rip it out of the system/libraries/Input.php file if you wanted it as a standalone function.

提交回复
热议问题