Skip to content

Commit a009ace

Browse files
authored
Update jQuery in tail.html (#1582)
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.
1 parent 74641bb commit a009ace

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/tail.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
</div>
22
<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>
3-
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.2.1/jquery.min.js"></script>
3+
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.5.0/jquery.min.js"></script>
44
<script>
55
$('code').each(function(){
66
$(this).html(highlight($(this).text()));

0 commit comments

Comments
 (0)