Skip to content

Commit

Permalink
Update jQuery in tail.html (#1582)
Browse files Browse the repository at this point in the history
This replaces an insecure version of jQuery and will make it possible to fix issues such as Pr0methean/SiteF1BackEnd#3 by updating to the next release.
  • Loading branch information
Pr0methean committed Jul 29, 2020
1 parent 74641bb commit a009ace
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/tail.html
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
</div>
<a href="http://github.com/visionmedia/superagent"><img style="position: absolute; top: 0; right: 0; border: 0;" src="https://s3.amazonaws.com/github/ribbons/forkme_right_white_ffffff.png" alt="Fork me on GitHub"></a>
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.2.1/jquery.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.5.0/jquery.min.js"></script>
<script>
$('code').each(function(){
$(this).html(highlight($(this).text()));
Expand Down

0 comments on commit a009ace

Please sign in to comment.