Skip to content

Commit

Permalink
Update TinyMCE to 7.2.0 in EditPost.cshtml
Browse files Browse the repository at this point in the history
Upgraded TinyMCE from version 7.1.2 to 7.2.0 in the EditPost.cshtml file, including an update to the integrity SHA hash to align with the new version's requirements. This ensures the editor remains current with the latest features, bug fixes, and security enhancements.
  • Loading branch information
EdiWang committed Jul 3, 2024
1 parent 40e0301 commit 46d8ef7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Moonglade.Web/Pages/Admin/EditPost.cshtml
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@
switch (ec)
{
case EditorChoice.Html:
<script src="https://cdnjs.cloudflare.com/ajax/libs/tinymce/7.1.2/tinymce.min.js"
integrity="sha512-2T0G/zn88pKqnmUStXKW0BSPIW3Y2sky5Bl6HER5TwPGqCsLTVzAQRZMum/ptf5mRwYylP1lcvnLkgn6chASuA=="
<script src="https://cdnjs.cloudflare.com/ajax/libs/tinymce/7.2.0/tinymce.min.js"
integrity="sha512-E2dqytT185qVoAL0sfqr39BLHEBQtmZze59ChMjYi4vRUW6BzIBLZAqErdQAAAJX8bkFq2kQgQL9Lbpm8Uuw0Q=="
crossorigin="anonymous" referrerpolicy="no-referrer"></script>
break;
case EditorChoice.Markdown:
Expand Down

0 comments on commit 46d8ef7

Please sign in to comment.