We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 28cceb1 commit 0328087Copy full SHA for 0328087
1 file changed
aspnetcore/security/cross-site-scripting.md
@@ -117,8 +117,8 @@ The preceding markup generates the following HTML:
117
injectedData.dataset.untrustedinput;
118
119
// Put the injected, untrusted data into the scriptedWrite div tag.
120
-// Do NOT use document.write() on dynamically generated data as it can
121
-// lead to XSS.
+ // Do NOT use document.write() on dynamically generated data as it can
+ // lead to XSS.
122
123
document.getElementById("scriptedWrite").innerText += clientSideUntrustedInputOldStyle;
124
0 commit comments