Skip to content

Commit ef329e1

Browse files
authored
Merge pull request #3288 from jdno/hsts-preload
Add preload directive to HSTS header
2 parents 89f1037 + b459a92 commit ef329e1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

www/website_config.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"headers": {
3-
"Strict-Transport-Security": "max-age=63072000; includeSubDomains",
3+
"Strict-Transport-Security": "max-age=63072000; includeSubDomains; preload",
44
"X-Content-Type-Options": "nosniff",
55
"X-Frame-Options": "DENY",
66
"X-XSS-Protection": "1; mode=block",

0 commit comments

Comments
 (0)