diff options
| author | Daniel Micay <danielmicay@gmail.com> | 2023-03-24 18:46:50 -0400 |
|---|---|---|
| committer | Daniel Micay <danielmicay@gmail.com> | 2023-03-24 18:46:50 -0400 |
| commit | 8f2b1580414e2fae33dc15344dca90ba6f4293b8 (patch) | |
| tree | e79a7912f3716fbdc5fcf959f0704468119d9897 /nginx/nginx.conf | |
| parent | 22dfaea8c4ccb1c817492c3e7ac9372cd8c5de9c (diff) | |
drop configuration to clear legacy push cookie
Diffstat (limited to 'nginx/nginx.conf')
| -rw-r--r-- | nginx/nginx.conf | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/nginx/nginx.conf b/nginx/nginx.conf index 454953ff..ccaac179 100644 --- a/nginx/nginx.conf +++ b/nginx/nginx.conf @@ -98,10 +98,6 @@ http { /usage.html ", <{{path|/js/redirect.js}}>; rel=modulepreload; integrity={{integrity|/js/redirect.js}}"; } - map $http_cookie $clear_legacy_push_cookie { - ~__Host-push= "__Host-push=; HttpOnly; Secure; SameSite=Lax; Path=/; Max-Age=0"; - } - server { listen 80 default_server backlog=4096; listen [::]:80 default_server backlog=4096; |
