Skip to content

Commit 6da9730

Browse files
authored
Update neutralizeOutput.html (#188)
1 parent ef65474 commit 6da9730

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

trainingportal/static/codeBlocks/neutralizeOutput.html

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
11
<p>This software defense prevents the many flavours of <strong>Cross-Site Scripting</strong></p>
2-
<p>First if you want to get an idea of the challenges associated with fixing XSS, watch the following public video:
3-
<a target="_blank" rel="noopener noreferrer" href="https://youtu.be/FGr6gGqM4f0">How Fixing Cross-Site Scripting is Like Playing Whack-A-Mole</a> </p>
42

53
<p>There are several proven ways to ensure the user input doesn't "pop". </p>
64
<h5>Output Encoding</h5>
@@ -69,4 +67,4 @@ <h5>Mitigations</h5>
6967
</li>
7068
</ul>
7169
</p>
72-
<br>
70+
<br>

0 commit comments

Comments
 (0)