Merge pull request #8798 from EnMod/nq.add-x-frame-options-header

[Website] Set security-focused page headers
pull/8811/head
Megan Marsh 6 years ago committed by GitHub
commit 60d952033e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -112,3 +112,4 @@ end
# Netlify redirects/headers
proxy '_redirects', 'netlify-redirects', ignore: true
proxy '_headers', 'netlify-headers', ignore: true

@ -0,0 +1,3 @@
/*
Strict-Transport-Security: max-age=31536000; includeSubDomains; preload
X-Frame-Options: SAMEORIGIN
Loading…
Cancel
Save