We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e344025 commit cd7d288Copy full SHA for cd7d288
src/routes/solid-start/guides/security.mdx
@@ -5,7 +5,7 @@ title: Security
5
## XSS (Cross Site Scripting)
6
7
Solid automatically escape values passed to JSX expressions to reduce the risk of XSS attacks.
8
-However, this protection does not apply when using [`innerHTML`](/reference/jsx-attributes/innerhtml-or-textcontent#innerhtml-or-textcontent).
+However, this protection does not apply when using [`innerHTML`](/reference/jsx-attributes/innerhtml).
9
10
To protect your application from XSS attacks:
11
0 commit comments