html 敏捷包与 antixss
在我看来,仅使用 html 敏捷包就可以防止 xss(解析然后获取内部文本)。使用hap后会重复使用antixss吗?
谢谢, 杆。
It seems to me just using the html agility pack would work to prevent xss (parse then get innertext). Would it be repetitive to use antixss after using hap?
Thanks,
rod.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
苹果和橙子。
HTML Agility Pack 是一个解析 HTML 并使用解析后的文档的工具。
AntiXSSLibrary 是一个在 HTML 和网站上使用的工具,用于防止 XSS。
比较两者对我来说没有多大意义。
Apples and oranges.
The HTML Agility Pack is a tool to parse HTML and work with the resulting parsed document.
the AntiXSSLibrary is a tool to use on your HTML and website to prevent XSS.
Comparing the two does not make much sense to me.