aboutsummaryrefslogtreecommitdiffstats
path: root/install/htconfig.sample.php
diff options
context:
space:
mode:
authorredmatrix <git@macgirvin.com>2016-04-08 05:10:36 -0700
committerredmatrix <git@macgirvin.com>2016-04-08 05:10:36 -0700
commitc0bdcfedeb8c5b8753587ac77d5b90d48698ec66 (patch)
tree94843305f78eddc482891f43926cd5fc4c7e2876 /install/htconfig.sample.php
parent9b66b5eee37c1a3958d9ddccb9c1a06ac7ef49ce (diff)
downloadvolse-hubzilla-c0bdcfedeb8c5b8753587ac77d5b90d48698ec66.tar.gz
volse-hubzilla-c0bdcfedeb8c5b8753587ac77d5b90d48698ec66.tar.bz2
volse-hubzilla-c0bdcfedeb8c5b8753587ac77d5b90d48698ec66.zip
log if the session handler fails and surface the ssl_cookie config setting
Diffstat (limited to 'install/htconfig.sample.php')
-rwxr-xr-xinstall/htconfig.sample.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/install/htconfig.sample.php b/install/htconfig.sample.php
index 1d9dc1a13..5e506225e 100755
--- a/install/htconfig.sample.php
+++ b/install/htconfig.sample.php
@@ -53,6 +53,7 @@ App::$config['system']['location_hash'] = 'if the auto install failed, put a uni
App::$config['system']['transport_security_header'] = 1;
App::$config['system']['content_security_policy'] = 1;
+App::$config['system']['ssl_cookie_protection'] = 1;
// Your choices are REGISTER_OPEN, REGISTER_APPROVE, or REGISTER_CLOSED.