explicitly set SameSite for preload session cookie
This commit is contained in:
parent
35f926e00e
commit
a0d93f3375
@ -1,3 +1,3 @@
|
||||
add_header Link $preload_resources always;
|
||||
add_header Set-Cookie "__Host-preload=1; HttpOnly; Secure; Path=/" always;
|
||||
add_header Set-Cookie "__Host-preload=1; HttpOnly; Secure; SameSite=Lax; Path=/" always;
|
||||
http2_push_preload on;
|
||||
|
Loading…
x
Reference in New Issue
Block a user