Skip to content

Commit

Permalink
fix(gatsby-plugin-netlify): Add Referrer-Policy to security headers (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
browniebroke authored and sidharthachatterjee committed Apr 18, 2019
1 parent aca58b7 commit 871923a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/gatsby-plugin-netlify/src/constants.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ export const SECURITY_HEADERS = {
`X-Frame-Options: DENY`,
`X-XSS-Protection: 1; mode=block`,
`X-Content-Type-Options: nosniff`,
`Referrer-Policy: same-origin`,
],
}

Expand Down

0 comments on commit 871923a

Please sign in to comment.