From 3013b84e9833882fbc3e98df0758c56c3e0ba25c Mon Sep 17 00:00:00 2001 From: Mikael Nordfeldth Date: Fri, 9 Oct 2015 10:55:12 +0200 Subject: [PATCH] Don't enable StrictTransportSecurity by default (but you should enable it if you use TLS, but there are many who do this through their webserver and it's odd to have double headers etc...) --- lib/default.php | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/default.php b/lib/default.php index 554d3ae63c..490553f80b 100644 --- a/lib/default.php +++ b/lib/default.php @@ -312,7 +312,6 @@ $default = 'Favorite' => array(), 'Share' => array(), 'LRDD' => array(), - 'StrictTransportSecurity' => array(), ), 'default' => array( 'Activity' => array(), -- 2.39.2