Skip to content

Commit

Permalink
Fix security headers
Browse files Browse the repository at this point in the history
  • Loading branch information
damienbod committed Nov 2, 2023
1 parent e06ca48 commit b488764
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion server/SecurityHeadersDefinitions.cs
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ public static HeaderPolicyCollection GetHeaderPolicyCollection(bool isDev, strin

var policy = new HeaderPolicyCollection()
.AddFrameOptionsDeny()
.AddXssProtectionBlock()
.AddContentTypeOptionsNoSniff()
.AddReferrerPolicyStrictOriginWhenCrossOrigin()
.AddCrossOriginOpenerPolicy(builder => builder.SameOrigin())
Expand Down

0 comments on commit b488764

Please sign in to comment.