1
0
Fork 0
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:
mbugeia 2015-10-14 15:44:44 +02:00
parent f5be55cfcb
commit b4e4669ca3

View file

@ -166,7 +166,7 @@ define('REVERSE_PROXY_DEFAULT_ADMIN', 'yuno_admin');
define('REVERSE_PROXY_DEFAULT_DOMAIN', 'yuno_domain'); define('REVERSE_PROXY_DEFAULT_DOMAIN', 'yuno_domain');
// Enable/disable remember me authentication // Enable/disable remember me authentication
define('REMEMBER_ME_AUTH', true); define('REMEMBER_ME_AUTH', false);
// Enable or disable "Strict-Transport-Security" HTTP header // Enable or disable "Strict-Transport-Security" HTTP header
define('ENABLE_HSTS', true); define('ENABLE_HSTS', true);
@ -197,4 +197,4 @@ define('BRUTEFORCE_LOCKDOWN_DURATION', 15);
// Session duration in second (0 = until the browser is closed) // Session duration in second (0 = until the browser is closed)
// See http://php.net/manual/en/session.configuration.php#ini.session.cookie-lifetime // See http://php.net/manual/en/session.configuration.php#ini.session.cookie-lifetime
define('SESSION_DURATION', 0); define('SESSION_DURATION', 1);