File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ class DangerousRawHtml(Tag):
1515 This will blindly accept any text as HTML, which is EXTREMELY DANGEROUS!
1616 (Mis)using this could result in issues ranging from broken output to major
1717 security vulnerabilities such as
18- [cross-site scripting](https://en.wikipedia.org/wiki/Cross-site_scripting ).
18+ [cross-site scripting](https://en.wikipedia.org/wiki/XSS ).
1919
2020 Do not use this unless absolutely necessary.
2121 """
@@ -29,7 +29,7 @@ def __init__(self, text: str) -> None:
2929 This will blindly accept any text as HTML, which is EXTREMELY
3030 DANGEROUS! (Mis)using this could result in issues ranging from broken
3131 output to major security vulnerabilities such as
32- [cross-site scripting](https://en.wikipedia.org/wiki/Cross-site_scripting ).
32+ [cross-site scripting](https://en.wikipedia.org/wiki/XSS ).
3333
3434 Do not use this unless absolutely necessary.
3535 """
You can’t perform that action at this time.
0 commit comments