Files
dapostinstall/security-headers.conf
T
2022-05-21 14:32:28 +02:00

18 lines
334 B
Plaintext

ProxyTimeout 1800
TraceEnable off
Header append X-FRAME-OPTIONS "SAMEORIGIN"
FileETag None
<IfModule mod_headers.c>
Header set X-XSS-Protection "1; mode=block"
</IfModule>
<IfModule mod_headers.c>
Header edit Set-Cookie ^(.*)$ $1;HttpOnly;Secure
</IfModule>
Mutex posixsem
ProtocolsHonorOrder On
Protocols h2 h2c http/1.1