From eeb4688dcc7caafeaa020a3cd9d78d18aea30353 Mon Sep 17 00:00:00 2001 From: Frédéric Guillot Date: Sat, 20 Sep 2014 15:35:17 +0200 Subject: Add configuration option to enable/disable 'Strict-Transport-Security' HTTP header --- config.default.php | 3 +++ 1 file changed, 3 insertions(+) (limited to 'config.default.php') diff --git a/config.default.php b/config.default.php index 5a618b6d..f27672e6 100644 --- a/config.default.php +++ b/config.default.php @@ -109,3 +109,6 @@ define('REVERSE_PROXY_DEFAULT_ADMIN', ''); // Default domain to use for setting the email address define('REVERSE_PROXY_DEFAULT_DOMAIN', ''); + +// Enable or disable "Strict-Transport-Security" HTTP header +define('ENABLE_HSTS', true); -- cgit v1.2.3