gpt4 book ai didi

c# - 反 XSS 库删除 UL 标签。为什么?

转载 作者:太空狗 更新时间:2023-10-29 20:40:16 25 4
gpt4 key购买 nike

我正在使用 Microsoft anti xss library我注意到出于某种原因它正在删除 <ul>标签。我不知道为什么。例如:

 string html = @"<ul><li>this is a test </li></ul>";
string sanitized = Sanitizer.GetSafeHtmlFragment(html);

这是返回:

   \r\n<li>this is a test </li>

有什么想法吗?

最佳答案

这是一个 bug .想要使用旧版本之一的用户可以获取它们 here

@Ray Cheng,干杯

关于c# - 反 XSS 库删除 UL 标签。为什么?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/9878275/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com