summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCraig Andrews <candrews@integralblue.com>2010-10-27 10:12:35 -0400
committerCraig Andrews <candrews@integralblue.com>2010-10-27 10:12:35 -0400
commit1851933c344307fdbd864489bf6f1a42bf6a6096 (patch)
treee4e46daca415925d1f6175527126e017f288c4ab
parent255ba42ef120a3ee0ac21c0c639730d8317b7e79 (diff)
Enable Strict Transport Security plugin by default
-rw-r--r--lib/default.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/default.php b/lib/default.php
index a1dac7b5e..e41d5c686 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
),