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 3d9543c commit a0d8e5bCopy full SHA for a0d8e5b
readme.md
@@ -131,9 +131,8 @@ Extra info (`Object`):
131
132
## Security
133
134
-Improper use of the `onrun` can open you up to a
135
-[cross-site scripting (XSS)][xss] attack as the value returned from it is
136
-injected into the syntax tree.
+Improper use of `onrun` can open you up to a [cross-site scripting (XSS)][xss]
+attack as the value it returns is injected into the syntax tree.
137
This can become a problem if the tree is later transformed to [**hast**][hast].
138
The following example shows how a script is injected that could run when loaded
139
in a browser.
0 commit comments