-
-
Notifications
You must be signed in to change notification settings - Fork 10.2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
upgrade docsify version to fix potential xss vulnerability
- Loading branch information
Showing
1 changed file
with
4 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -154,19 +154,19 @@ | |
</script> | ||
|
||
<!-- docsify --> | ||
<script src="//unpkg.com/docsify@4.12.2/lib/docsify.min.js"></script> | ||
<script src="//unpkg.com/docsify@4.13.1/lib/docsify.min.js"></script> | ||
|
||
<!-- docsify plugins --> | ||
<!-- support search --> | ||
<script src="//unpkg.com/docsify@4.12.2/lib/plugins/search.min.js"></script> | ||
<script src="//unpkg.com/docsify@4.13.1/lib/plugins/search.min.js"></script> | ||
<!-- Support docsify sidebar catalog expand and collapse --> | ||
<script src="//unpkg.com/[email protected]/dist/docsify-sidebar-collapse.min.js"></script> | ||
<!-- Medium's image zoom --> | ||
<script src="//unpkg.com/docsify@4.12.2/lib/plugins/zoom-image.min.js"></script> | ||
<script src="//unpkg.com/docsify@4.13.1/lib/plugins/zoom-image.min.js"></script> | ||
<!-- Add a simple Click to copy button to all preformatted code blocks to effortlessly allow users to copy example code from your docs --> | ||
<script src="//unpkg.com/[email protected]/dist/docsify-copy-code.min.js"></script> | ||
<!-- docsify-pagination --> | ||
<script src="//unpkg.com/docsify-pagination@2.6.2/dist/docsify-pagination.min.js"></script> | ||
<script src="//unpkg.com/docsify-pagination@2.10.1/dist/docsify-pagination.min.js"></script> | ||
|
||
<!-- code highlight --> | ||
<script src="//unpkg.com/[email protected]/components/prism-bash.min.js"></script> | ||
|