Skip to content

Commit 3355d5d

Browse files
authored
Merge pull request #6986 from anthonycodedynamo/patch-1
Update serverside-file-validation.md - correct typo
2 parents c21e2f2 + 477f57e commit 3355d5d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

15/umbraco-cms/reference/security/serverside-file-validation.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ description: This section describes how you can implement File Validation
55

66
# Server-side file validation
77

8-
Sometimes it might be necessary to validate the contents of a file before it gets saved to disk when uploading trough the backoffice.
8+
Sometimes it might be necessary to validate the contents of a file before it gets saved to disk when uploading through the backoffice.
99

1010
To help with this, Umbraco supplies a `FileStreamSecurityValidator` that runs all registered `IFileStreamSecurityAnalyzer` implementations on the file streams it receives from it's different file upload endpoints. When any of the analyzers deem the file to be unsafe, the endpoint disregards the file and shows a relevant validation message where appropriate. This all happens in memory before the stream is written to a temporary file location.
1111

0 commit comments

Comments
 (0)