8000
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.
2 parents 6c6f5df + 99b1b4b commit f2e406cCopy full SHA for f2e406c
templates.rst
@@ -969,7 +969,7 @@ JavaScript popup window.
969
970
This is known as a `Cross-Site Scripting`_ (XSS) attack. And while the previous
971
example seems harmless, the attacker could write more advanced JavaScript code
972
-to performs malicious actions.
+to perform malicious actions.
973
974
To prevent this attack, use *"output escaping"* to transform the characters
975
which have special meaning (e.g. replace ``<`` by the ``<`` HTML entity).
0 commit comments