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 f22b6d1 commit ebdc402Copy full SHA for ebdc402
templates.rst
@@ -953,7 +953,7 @@ JavaScript popup window.
953
954
This is known as a `Cross-Site Scripting`_ (XSS) attack. And while the previous
955
example seems harmless, the attacker could write more advanced JavaScript code
956
-to performs malicious actions.
+to perform malicious actions.
957
958
To prevent this attack, use *"output escaping"* to transform the characters
959
which have special meaning (e.g. replace ``<`` by the ``<`` HTML entity).
0 commit comments