diff --git a/h5bp/basic.conf b/h5bp/basic.conf index fa23bee..24bd863 100644 --- a/h5bp/basic.conf +++ b/h5bp/basic.conf @@ -2,4 +2,10 @@ # https://github.com/h5bp/server-configs-nginx include h5bp/internet_explorer/x-ua-compatible.conf; +include h5bp/security/content-security-policy.conf; +include h5bp/security/x-content-type-options.conf; +include h5bp/security/x-frame-options.conf; +include h5bp/security/x-xss-protection.conf; include h5bp/location/security_file_access.conf; +include h5bp/web_performance/no-transform.conf; +include h5bp/cross-origin/requests.conf;