Skip to content

Commit

Permalink
Update hashes
Browse files Browse the repository at this point in the history
  • Loading branch information
Dpeta committed Feb 11, 2024
1 parent 6a121d8 commit 7d34ef1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -29,12 +29,12 @@
<!-- When hosting on an actual web server the CSP should be more restrictive. (hash for script-src) -->

<link rel="preload" href="style.css" integrity="sha256-spckZmQHlVa4XXqSqfEc2xq23CHnwOEGHutXZqI+0vs=" as="style">
<link rel="preload" href="dist/pesterchum.js" integrity="sha256-FTf4vrY/VsLaFd5orM4wzG7HVG8yQQwIXVRsGcmaB5c=" as="script"> <!-- integrity hash is not with babel this time :3 -->
<link rel="preload" href="dist/pesterchum.js" integrity="sha256-52ChCGdhAL8B2EtX0TuRFR8GTFuM+WqU+TRhG2545pk=" as="script"> <!-- integrity hash with babel :3 -->

<link rel="icon" href="favicon.ico">
<link rel="canonical" href="https://pesterchum.online">
<link rel="stylesheet" integrity="sha256-spckZmQHlVa4XXqSqfEc2xq23CHnwOEGHutXZqI+0vs=" href="style.css">
<script src="dist/pesterchum.js" integrity="sha256-FTf4vrY/VsLaFd5orM4wzG7HVG8yQQwIXVRsGcmaB5c=" defer></script>
<script src="dist/pesterchum.js" integrity="sha256-52ChCGdhAL8B2EtX0TuRFR8GTFuM+WqU+TRhG2545pk=" defer></script>

<title>Pesterchum Online</title>
</head>
Expand Down

0 comments on commit 7d34ef1

Please sign in to comment.