Skip to content
This repository was archived by the owner on Nov 19, 2024. It is now read-only.

Commit 9593d67

Browse files
authored
Merge pull request #7066 from magento/dobooth-patch-2
Typo fix from abandoned PR
2 parents 0e22146 + ce3ec44 commit 9593d67

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/guides/v2.3/extension-dev-guide/xss-protection.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@ XSS vulnerabilities can be prevented by validating and sanitizing user input as
2525
Any request data can be manipulated by attackers and can contain malicious values such as:
2626

2727
- form fields filled with control characters ("<", ">" etc)
28-
- headers containg false IDs
29-
- URIs contaings fake parts/query parameters
28+
- headers containing false IDs
29+
- URIs containing fake parts/query parameters
3030
- tampered cookies
3131

3232
To combat this developers, must validate any value coming in from requests.

0 commit comments

Comments
 (0)