Skip to content

Commit

Permalink
Remove unused CSP
Browse files Browse the repository at this point in the history
  • Loading branch information
nwarms committed Oct 19, 2023
1 parent 7a059f6 commit 5f9c4ac
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion DfE.FindInformationAcademiesTrusts/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,6 @@ private static HeaderPolicyCollection GetSecurityHeaderPolicies()
.From("https://js.monitor.azure.com/scripts/b/ai.2.min.js");
cspBuilder.AddConnectSrc()
.Self()
.WithNonce()
.From("https://*.in.applicationinsights.azure.com//v2/track");
cspBuilder.AddObjectSrc().None();
cspBuilder.AddBlockAllMixedContent();
Expand Down

0 comments on commit 5f9c4ac

Please sign in to comment.