diff options
Diffstat (limited to 'app/constants.php')
-rw-r--r-- | app/constants.php | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/app/constants.php b/app/constants.php index d52ce2be..777e6f0e 100644 --- a/app/constants.php +++ b/app/constants.php @@ -68,3 +68,6 @@ defined('MAIL_SMTP_USERNAME') or define('MAIL_SMTP_USERNAME', ''); defined('MAIL_SMTP_PASSWORD') or define('MAIL_SMTP_PASSWORD', ''); defined('MAIL_SMTP_ENCRYPTION') or define('MAIL_SMTP_ENCRYPTION', null); defined('MAIL_SENDMAIL_COMMAND') or define('MAIL_SENDMAIL_COMMAND', '/usr/sbin/sendmail -bs'); + +// Enable or disable "Strict-Transport-Security" HTTP header +defined('ENABLE_HSTS') or define('ENABLE_HSTS', true); |