From 8e51d1013e9bd2389796e13e28d0f16e21b8f46a Mon Sep 17 00:00:00 2001 From: wiz Date: Fri, 23 Aug 2019 22:44:02 +0900 Subject: [PATCH] Enable HSTS preload for bisq.network domain name --- _config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_config.yml b/_config.yml index 56c30f04..8e85c584 100644 --- a/_config.yml +++ b/_config.yml @@ -25,7 +25,7 @@ sass: style: compressed webrick: headers: - Strict-Transport-Security: "max-age=31536000" + Strict-Transport-Security: "max-age=63072000; includeSubDomains; preload" X-XSS-Protection: "1; mode=block" X-Content-Type-Options: "nosniff" X-Frame-Options: "SAMEORIGIN"