Skip to content

Commit

Permalink
fix broken link
Browse files Browse the repository at this point in the history
  • Loading branch information
LadyBluenotes committed Mar 9, 2025
1 parent 5b55d9c commit e89e914
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 69 deletions.
68 changes: 0 additions & 68 deletions package.json

This file was deleted.

2 changes: 1 addition & 1 deletion src/routes/solid-start/guides/security.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ title: Security

## XSS (Cross Site Scripting)

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).
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).

To protect your application from XSS attacks:

Expand Down

0 comments on commit e89e914

Please sign in to comment.