add hsts and xss
This commit is contained in:
parent
98cf1cda84
commit
5d468e4690
1 changed files with 4 additions and 4 deletions
|
|
@ -39,10 +39,10 @@ in
|
|||
cookie_samesite = "strict";
|
||||
cookie_secure = true;
|
||||
disable_gravatar = true;
|
||||
#strict_transport_security = true;
|
||||
#strict_transport_security_preload = true;
|
||||
#strict_transport_security_subdomains = true;
|
||||
#x_xss_protection = true;
|
||||
strict_transport_security = true;
|
||||
strict_transport_security_preload = true;
|
||||
strict_transport_security_subdomains = true;
|
||||
x_xss_protection = true;
|
||||
};
|
||||
analytics = {
|
||||
reporting_enabled = false;
|
||||
|
|
|
|||
Loading…
Reference in a new issue