标签: php mysql xss
可能重复: How to prevent XSS with HTML/PHP?
我知道在很多网站上,如果你输入: <script>alert("xss");</script> 该网站将显示错误 例如:http://www.igossips.com
<script>alert("xss");</script>
在搜索框中输入上述代码 该网站显示了很多代码。
如何在我自己的网站上防止这种情况发生?
答案 0 :(得分:1)
以下是对XSS预防的一个很好的概述:
https://www.owasp.org/index.php/XSS_%28Cross_Site_Scripting%29_Prevention_Cheat_Sheet