Skip to content

Commit 6b612e6

Browse files
Apply suggestions from code review
Co-authored-by: Esha Noronha <[email protected]>
1 parent 0ac1db3 commit 6b612e6

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

13/umbraco-cms/reference/security/serverside-sanitizing.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@ description: This section describes how to sanitize the Rich Text Editor servers
44

55
# Sanitizing the Rich Text Editor
66

7-
With default Umbraco settings, the Rich Text Editor is partially sanitized on the frontend. However, you may want to do this server-side as well, for which we provide an extension point.
7+
With default Umbraco settings, the Rich Text Editor is partially sanitized on the frontend. However, server-side sanitization may also be desired, and an extension point is available for this purpose.
88

9-
Libraries for this are available, but tend to have strict dependencies that make them unsuitable for shipping with Umbraco. Clients will also have different requirements for how strict they want the sanitization to be. For these reasons we will leave it up to you how you want to sanitize the HTML.
9+
Libraries for this are available but tend to have strict dependencies that make them unsuitable for shipping with Umbraco. Clients will also have different requirements for how strict they want the sanitization to be. For these reasons, it's left to the implementer to determine how HTML should be sanitized.
1010

1111
## Implementing your own IHtmlSanitizer
1212

15/umbraco-cms/reference/security/serverside-sanitizing.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@ description: This section describes how to sanitize the Rich Text Editor servers
44

55
# Sanitizing the Rich Text Editor
66

7-
With default Umbraco settings, the Rich Text Editor is partially sanitized on the frontend. However, you may want to do this server-side as well, for which we provide an extension point.
7+
With default Umbraco settings, the Rich Text Editor is partially sanitized on the frontend. However, server-side sanitization may also be desired, and an extension point is available for this purpose.
88

9-
Libraries for this are available, but tend to have strict dependencies that make them unsuitable for shipping with Umbraco. Clients will also have different requirements for how strict they want the sanitization to be. For these reasons we will leave it up to you how you want to sanitize the HTML.
9+
Libraries for this are available but tend to have strict dependencies that make them unsuitable for shipping with Umbraco. Clients will also have different requirements for how strict they want the sanitization to be. For these reasons, it's left to the implementer to determine how HTML should be sanitized.
1010

1111
## Implementing your own IHtmlSanitizer
1212

0 commit comments

Comments
 (0)