Skip to content

Commit

Permalink
Remove integrity hash from Optimizely script
Browse files Browse the repository at this point in the history
[#180723085]
  • Loading branch information
spokenbird committed Mar 7, 2022
1 parent 8a2ce15 commit ac44230
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/resources/templates/fragments/head.html
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<link href="https://fonts.googleapis.com/css2?family=PT+Serif:wght@400;700&display=swap" rel="stylesheet">
<link rel="preload" href="/shiba.js" as="script">
<script src="/shiba.js"></script>
<script src="https://cdn.optimizely.com/js/20365231172.js" integrity="sha384-NLWP4eMO/LiPtNegiWMXy2G/J9f8ShdAt3ULuLplPeSCEguKESfK5sYrgohhihDo" crossorigin="anonymous"></script>
<script src="https://cdn.optimizely.com/js/20365231172.js"></script>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-9G7JQ5MM10"></script>
<script>
Expand Down

0 comments on commit ac44230

Please sign in to comment.