Skip to content

Commit

Permalink
update integrity
Browse files Browse the repository at this point in the history
  • Loading branch information
iwate committed Jan 30, 2024
1 parent a18a37e commit 99ba3fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/Layout/Default.cshtml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
const suffix = document.querySelector('meta[name="resource-suffix"]').content;
const el = document.createElement('script');
el.src = "//" + location.host + prefix + 'bundle/script.js' + suffix;
el.integrity = "sha256-DAEXBpoeC/QIWJC74310ZDNTmnxnNPyJJV/rDiOnR2c=";
el.integrity = "sha256-ImTWIeX6C/OH7HWi54dg6hYSNugL1+wtbaeyIxgOT2s=";
document.body.appendChild(el);
}())
</script>
Expand Down

0 comments on commit 99ba3fe

Please sign in to comment.