diff options
author | Craig Andrews <candrews@integralblue.com> | 2010-10-27 10:12:35 -0400 |
---|---|---|
committer | Craig Andrews <candrews@integralblue.com> | 2010-10-27 10:12:35 -0400 |
commit | 1851933c344307fdbd864489bf6f1a42bf6a6096 (patch) | |
tree | e4e46daca415925d1f6175527126e017f288c4ab /lib | |
parent | 255ba42ef120a3ee0ac21c0c639730d8317b7e79 (diff) |
Enable Strict Transport Security plugin by default
Diffstat (limited to 'lib')
-rw-r--r-- | lib/default.php | 1 |
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 ), |