From 1851933c344307fdbd864489bf6f1a42bf6a6096 Mon Sep 17 00:00:00 2001 From: Craig Andrews Date: Wed, 27 Oct 2010 10:12:35 -0400 Subject: [PATCH] Enable Strict Transport Security plugin by default --- lib/default.php | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/default.php b/lib/default.php index a1dac7b5e1..e41d5c6862 100644 --- a/lib/default.php +++ b/lib/default.php @@ -301,6 +301,7 @@ $default = 'WikiHashtags' => null, 'RSSCloud' => null, 'ClientSideShorten' => null, + 'StrictTransportSecurity' => null, 'OpenID' => null), 'locale_path' => false, // Set to a path to use *instead of* each plugin's own locale subdirectories ), -- 2.39.2