Skip to content
This repository has been archived by the owner on Mar 16, 2023. It is now read-only.

Commit

Permalink
update resource-integrity fingerprints
Browse files Browse the repository at this point in the history
  • Loading branch information
yahesh committed Dec 29, 2021
1 parent e15756e commit 2e26969
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pages/read/post.php
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@

<link href="/resources/css/read.css?<?= $cache_value ?>" integrity="sha256-wgpxEGDMqG2EJxicZqc40OJMPwN8rBAZTYLdGyagQGw=" rel="stylesheet" type="text/css" />

<script src="/resources/js/lib.js?<?= $cache_value ?>" integrity="sha256-bMUI9XFBYuRbrd9POgp2PmmA/AkGJebCMoEDXmJY4ns=" type="text/javascript"></script>
<script src="/resources/js/lib.js?<?= $cache_value ?>" integrity="sha256-TSNgGTWMqT8DICfF7UgTtxjnc/G935Ml4oxIQnHAxSM=" type="text/javascript"></script>
<script src="/resources/js/read.js?<?= $cache_value ?>" integrity="sha256-0dlCa+2uL8Tgjq7VlZtajGikqq5BptgpEkQTc0xl1vU=" type="text/javascript"></script>
<script src="/resources/js/norepost.js?<?= $cache_value ?>" integrity="sha256-SdShL5XtGY7DRT4OatFFRS1b3QdADS22I8eEP1GA/As=" type="text/javascript"></script>

Expand Down
2 changes: 1 addition & 1 deletion pages/share/get.php
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@

<link href="/resources/css/share.css?<?= $cache_value ?>" integrity="sha256-EYu1Dc10IDi0yUOyV55YWmCKWfVlBj1rTMk/AsbViKE=" rel="stylesheet" type="text/css" />

<script src="/resources/js/lib.js?<?= $cache_value ?>" integrity="sha256-bMUI9XFBYuRbrd9POgp2PmmA/AkGJebCMoEDXmJY4ns=" type="text/javascript"></script>
<script src="/resources/js/lib.js?<?= $cache_value ?>" integrity="sha256-TSNgGTWMqT8DICfF7UgTtxjnc/G935Ml4oxIQnHAxSM=" type="text/javascript"></script>
<?php
if (defined("JUMBO_SECRETS") && JUMBO_SECRETS) {
?>
Expand Down

0 comments on commit 2e26969

Please sign in to comment.