[Website] Set security-focused page headers
- Sets X-Frame-Options to SAMEORIGIN - Sets Strict-Transport-Security to: max-age=31536000; includeSubDomains; preload
This commit is contained in:
parent
ff4674a49c
commit
806e799945
|
@ -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…
Reference in New Issue