1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/kanboard_ynh.git synced 2024-09-03 19:36:17 +02:00

Disable HSTS header since nginx take care of that

This commit is contained in:
mbugeia 2015-10-14 16:51:31 +02:00
parent 641c152ed9
commit b4b9552579

View file

@ -183,7 +183,7 @@ define('REVERSE_PROXY_DEFAULT_DOMAIN', 'yuno_domain');
define('REMEMBER_ME_AUTH', false);
// Enable or disable "Strict-Transport-Security" HTTP header
define('ENABLE_HSTS', true);
define('ENABLE_HSTS', false);
// Enable or disable "X-Frame-Options: DENY" HTTP header
define('ENABLE_XFRAME', true);