Skip to content

Commit 2a66547

Browse files
committed
Minor fix
1 parent ba663de commit 2a66547

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

templates.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -1257,7 +1257,7 @@ user name and a malicious user sets the following as their name:
12571257
</script>
12581258

12591259
You'll see ``My Name`` on screen but the attacker just secretly stole your cookies
1260-
so they can impersonate you in other websites. This is known as a `Cross-Site Scripting`_
1260+
so they can impersonate you on other websites. This is known as a `Cross-Site Scripting`_
12611261
or XSS attack.
12621262

12631263
To prevent this attack, use *"output escaping"* to transform the characters

0 commit comments

Comments
 (0)