Skip to content

Commit

Permalink
Update SecurityHeadersDefinitions.cs
Browse files Browse the repository at this point in the history
  • Loading branch information
damienbod authored Feb 3, 2024
1 parent 9db980d commit 2962ece
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ public static HeaderPolicyCollection GetHeaderPolicyCollection(bool isDev, strin
// due to Blazor
builder.AddScriptSrc()
.WithHash256("sha256-wTSw2ZoYOVpX8Sl5cEiYcCF8ddvCbjJhiX+oYQqD1s4=")
.WithHash256("wTSw2ZoYOVpX8Sl5cEiYcCF8ddvCbjJhiX+oYQqD1s4=")
.WithNonce()
.UnsafeEval() // due to Blazor WASM
.StrictDynamic()
Expand Down

0 comments on commit 2962ece

Please sign in to comment.