Skip to content

Commit e89e914

Browse files
committed
fix broken link
1 parent 5b55d9c commit e89e914

File tree

2 files changed

+1
-69
lines changed

2 files changed

+1
-69
lines changed

package.json

Lines changed: 0 additions & 68 deletions
This file was deleted.

src/routes/solid-start/guides/security.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ title: Security
44

55
## XSS (Cross Site Scripting)
66

7-
Solid automatically escape values passed to JSX expressions to reduce the risk of XSS attacks. However, this protection does not apply when using [`innerHTML`](/reference/jsx-attributes/innerhtml-or-textcontent#innerhtml-or-textcontent).
7+
Solid automatically escape values passed to JSX expressions to reduce the risk of XSS attacks. However, this protection does not apply when using [`innerHTML`](/reference/jsx-attributes/innerhtml).
88

99
To protect your application from XSS attacks:
1010

0 commit comments

Comments
 (0)