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

Commit 2e26969

Browse files
committed
update resource-integrity fingerprints
1 parent e15756e commit 2e26969

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pages/read/post.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
5353

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

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

pages/share/get.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838

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

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

0 commit comments

Comments
 (0)