From 949a7f3e9400facb8920e3ccce5f53fd10138e06 Mon Sep 17 00:00:00 2001 From: Lukas Reschke Date: Mon, 15 Jun 2015 10:48:08 +0200 Subject: [PATCH] Add includeSubDomains + preload recommendation --- admin_manual/configuration_server/harden_server.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/admin_manual/configuration_server/harden_server.rst b/admin_manual/configuration_server/harden_server.rst index 940fecf3c..392717614 100644 --- a/admin_manual/configuration_server/harden_server.rst +++ b/admin_manual/configuration_server/harden_server.rst @@ -119,7 +119,7 @@ VirtualHost file: ServerName cloud.owncloud.com - Header always add Strict-Transport-Security "max-age=15768000" + Header always add Strict-Transport-Security "max-age=15768000; includeSubDomains; preload" It shall be noted that this requires that the ``mod_headers`` extension to be installed.