diff options
author | Evan Prodromou <evan@controlyourself.ca> | 2009-03-26 15:03:59 -0400 |
---|---|---|
committer | Evan Prodromou <evan@controlyourself.ca> | 2009-03-30 17:12:02 -0400 |
commit | e149f3d64b5c0a58b299fb607824a1cd515836a4 (patch) | |
tree | ddbbd8953ef55888474a56a8f92e6f14203ebea3 /lib/common.php | |
parent | 47b89aa2c3a3e07d6dc63cd5be1d558af8ece233 (diff) |
Support SSL for some, all, or no pages
Support SSL URLs either for all pages; no pages; or for sensitive
pages accepting passwords, like login, registration, API, and others.
Diffstat (limited to 'lib/common.php')
-rw-r--r-- | lib/common.php | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/common.php b/lib/common.php index caad705a4..c2037c3ad 100644 --- a/lib/common.php +++ b/lib/common.php @@ -87,6 +87,8 @@ $config = 'closed' => false, 'inviteonly' => false, 'private' => false, + 'ssl' => 'never', + 'sslserver' => null, 'dupelimit' => 60), # default for same person saying the same thing 'syslog' => array('appname' => 'laconica', # for syslog |