blob: d84a6f75742085a1d40195fe34488f0949c43cd4 (
plain)
1
2
3
4
5
6
7
|
# /etc/apache2/conf-available/modern-cookies.conf
<IfModule mod_headers.c>
<IfModule mod_ssl.c>
Header edit Set-Cookie ^(.*)$ $1;HttpOnly;SameSite=Strict;Secure
</IfModule>
</IfModule>
|