Skip to content

Commit 137de91

Browse files
Merge branch 'main' into iss-1049
2 parents 24f4bc8 + f246c76 commit 137de91

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: Security
33
---
44

5-
As a non-opinionated framework, SolidStart doesn't enforce any security practices, though it enables enables developers to implement them as needed.
5+
As a non-opinionated framework, SolidStart doesn't enforce any security practices, though it enables developers to implement them as needed.
66
It is important to know what are the requirements for your own app and implement the fitting security measures.
77
If at any point you are unsure about the security of your app, or how to achieve something within the constraints of SolidStart reach us on [Discord](https://discord.gg/solidjs).
88

@@ -33,4 +33,4 @@ The exception is when HTML is inserted via the `innerHTML` property, which bypas
3333
Additionally, it's important to note that `<noscript>` are also outside of the purview of SolidStart, since those tags and its contents are evaluated even without JavaScript.
3434
It is important to sanitize any strings in attributes, especially when inside `<noscript>` tags.
3535

36-
As a rule-of-thumb it is recommended to avoid injecting HTML into your page as much as possible, make sure the contents of `<noscript>` are properly sanitized, and add a strict Content Security Policy to your application.
36+
As a rule-of-thumb it is recommended to avoid injecting HTML into your page as much as possible, make sure the contents of `<noscript>` are properly sanitized, and add a strict Content Security Policy to your application.

0 commit comments

Comments
 (0)