Skip to content

Commit d844962

Browse files
authored
Update xml/System.Web.Security.AntiXss/AntiXssEncoder.xml
1 parent 4119e4c commit d844962

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

xml/System.Web.Security.AntiXss/AntiXssEncoder.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -283,7 +283,7 @@
283283
| `<script>alert('XSS Attack!');</script>` | `&lt;script&gt;alert(&#39;XSS Attack!&#39;);&lt;/script&gt;` |
284284
| `alert('XSSあAttack!');` | `alert(&#39;XSS&#12354;Attack!&#39;);` |
285285
286-
| `"Anti-Cross Site Scripting Namespace"` | `&quot;Anti-Cross Site Scriptin Namespace&quot;` |
286+
| `"Anti-Cross Site Scripting Namespace"` | `&quot;Anti-Cross Site Scripting Namespace&quot;` |
287287
288288
To customize the safe list, call the <xref:System.Web.Security.AntiXss.AntiXssEncoder.MarkAsSafe%2A> method.
289289

0 commit comments

Comments
 (0)