We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d6f5235 commit 6bd970cCopy full SHA for 6bd970c
src/guides/v2.3/extension-dev-guide/xss-protection.md
@@ -25,8 +25,8 @@ XSS vulnerabilities can be prevented by validating and sanitizing user input as
25
Any request data can be manipulated by attackers and can contain malicious values such as:
26
27
- form fields filled with control characters ("<", ">" etc)
28
-- headers containg false IDs
29
-- URIs contaings fake parts/query parameters
+- headers containing false IDs
+- URIs containing fake parts/query parameters
30
- tampered cookies
31
32
To combat this developers, must validate any value coming in from requests.
0 commit comments