diff options
author | Evan Prodromou <evan@controlyourself.ca> | 2009-03-26 15:03:59 -0400 |
---|---|---|
committer | Evan Prodromou <evan@controlyourself.ca> | 2009-03-26 15:03:59 -0400 |
commit | 07eae0ce4d927851a839cf50d5cb9b7a06b979a2 (patch) | |
tree | b9ddbbe1fb600ae96f3bda88a71eebe832bbb191 /lib/common.php | |
parent | 2becd5849d76e052ecfe066b5376a65b9c70fad6 (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 1ca9e521b..d9d0ab277 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 |