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:
parent
641c152ed9
commit
b4b9552579
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Reference in a new issue