From 99ba3fe0e64bf103fe03ef2529f5ac931b85ff59 Mon Sep 17 00:00:00 2001 From: yoshiyuki taniguchi Date: Tue, 30 Jan 2024 16:51:45 +0900 Subject: [PATCH] update integrity --- templates/Layout/Default.cshtml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/Layout/Default.cshtml b/templates/Layout/Default.cshtml index 09a97c3..a9e8ac5 100644 --- a/templates/Layout/Default.cshtml +++ b/templates/Layout/Default.cshtml @@ -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); }())