Skip to content

Commit b459a92

Browse files
committed
Add preload directive to HSTS header
The preload directive has been added to the Strict-Transport-Security header to enable HSTS preloading.
1 parent 89f1037 commit b459a92

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)