We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eed984f commit 2d47e4fCopy full SHA for 2d47e4f
template/default-tmpl.blade.php
@@ -40,12 +40,11 @@
40
add_header X-Frame-Options "SAMEORIGIN";
41
42
# basic H5BP suggestions
43
- include h5bp/internet_explorer/x-ua-compatible.conf;
44
include h5bp/security/referrer-policy.conf;
45
include h5bp/security/x-content-type-options.conf;
46
- include h5bp/security/x-xss-protection.conf;
+ include h5bp/cross-origin/requests.conf;
47
48
# performance enhancements (mostly for caching static data)
49
include h5bp/web_performance/cache-file-descriptors.conf;
50
- include h5bp/web_performance/pre-compressed_content_gzip.conf;
+ include h5bp/web_performance/compression.conf;
51
}
0 commit comments