Skip to content

Commit

Permalink
Remove old header
Browse files Browse the repository at this point in the history
  • Loading branch information
damienbod committed Dec 11, 2024
1 parent 6f87eed commit 09545f3
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion EmployeePaycheck/SecurityHeadersDefinitions.cs
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ public static HeaderPolicyCollection GetHeaderPolicyCollection(bool isDev)
{
var policy = new HeaderPolicyCollection()
.AddFrameOptionsDeny()
.AddXssProtectionBlock()
.AddContentTypeOptionsNoSniff()
.AddReferrerPolicyStrictOriginWhenCrossOrigin()
.RemoveServerHeader()
Expand Down

0 comments on commit 09545f3

Please sign in to comment.