Skip to content

Commit

Permalink
Pastebin changes broke the challenge
Browse files Browse the repository at this point in the history
Pastebin now sets the nosniff header which stops this from working.
  • Loading branch information
digininja authored Sep 10, 2020
1 parent 435f94d commit 9da93a0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions vulnerabilities/csp/source/low.php
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
}
$page[ 'body' ] .= '
<form name="csp" method="POST">
<p><strong>Currently broken due to changes at Pastebin, looking for alternatives.</strong></p>
<p>You can include scripts from external sources, examine the Content Security Policy and enter a URL to include here:</p>
<input size="50" type="text" name="include" value="" id="include" />
<input type="submit" value="Include" />
Expand Down

0 comments on commit 9da93a0

Please sign in to comment.