Skip to content

Commit 2d47e4f

Browse files
committed
fix nginx default config template
1 parent eed984f commit 2d47e4f

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

template/default-tmpl.blade.php

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -40,12 +40,11 @@
4040
add_header X-Frame-Options "SAMEORIGIN";
4141

4242
# basic H5BP suggestions
43-
include h5bp/internet_explorer/x-ua-compatible.conf;
4443
include h5bp/security/referrer-policy.conf;
4544
include h5bp/security/x-content-type-options.conf;
46-
include h5bp/security/x-xss-protection.conf;
45+
include h5bp/cross-origin/requests.conf;
4746

4847
# performance enhancements (mostly for caching static data)
4948
include h5bp/web_performance/cache-file-descriptors.conf;
50-
include h5bp/web_performance/pre-compressed_content_gzip.conf;
49+
include h5bp/web_performance/compression.conf;
5150
}

0 commit comments

Comments
 (0)