Skip to content

Commit

Permalink
XSS header is deprecated
Browse files Browse the repository at this point in the history
  • Loading branch information
pgilad committed Nov 18, 2023
1 parent 0ac33be commit 331e7e6
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions gatsby-config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -260,8 +260,7 @@ const configuration: GatsbyConfig = {
"Strict-Transport-Security: max-age=31536000; includeSubDomains; preload",
"X-Content-Type-Options: nosniff",
"X-Frame-Options: DENY",
"X-UA-Compatible: IE=Edge,chrome=1",
"X-XSS-Protection: 1; mode=block",
"X-UA-Compatible: IE=Edge,chrome=1"
],
},
},
Expand Down

0 comments on commit 331e7e6

Please sign in to comment.