mirror of
https://github.com/YunoHost-Apps/kanboard_ynh.git
synced 2024-09-03 19:36:17 +02:00
Fix security issue
This commit is contained in:
parent
f5be55cfcb
commit
b4e4669ca3
1 changed files with 2 additions and 2 deletions
|
@ -166,7 +166,7 @@ define('REVERSE_PROXY_DEFAULT_ADMIN', 'yuno_admin');
|
|||
define('REVERSE_PROXY_DEFAULT_DOMAIN', 'yuno_domain');
|
||||
|
||||
// Enable/disable remember me authentication
|
||||
define('REMEMBER_ME_AUTH', true);
|
||||
define('REMEMBER_ME_AUTH', false);
|
||||
|
||||
// Enable or disable "Strict-Transport-Security" HTTP header
|
||||
define('ENABLE_HSTS', true);
|
||||
|
@ -197,4 +197,4 @@ define('BRUTEFORCE_LOCKDOWN_DURATION', 15);
|
|||
|
||||
// Session duration in second (0 = until the browser is closed)
|
||||
// See http://php.net/manual/en/session.configuration.php#ini.session.cookie-lifetime
|
||||
define('SESSION_DURATION', 0);
|
||||
define('SESSION_DURATION', 1);
|
||||
|
|
Loading…
Reference in a new issue