From e7efc21340320ae0cf93026c78f96c69e6bc1701 Mon Sep 17 00:00:00 2001 From: Daniel Micay Date: Tue, 3 May 2022 00:25:07 -0400 Subject: drop configuration for clearing legacy push cookie --- nginx/nginx.conf | 4 ---- 1 file changed, 4 deletions(-) (limited to 'nginx/nginx.conf') diff --git a/nginx/nginx.conf b/nginx/nginx.conf index eb5f1c5c..676621f3 100644 --- a/nginx/nginx.conf +++ b/nginx/nginx.conf @@ -85,10 +85,6 @@ http { /usage.html ", <{{path|/js/redirect.js}}>; rel=modulepreload; integrity={{integrity|/js/redirect.js}}"; } - map $http_cookie $clear_legacy_push_cookie { - ~__Host-preload= "__Host-preload=; HttpOnly; Secure; SameSite=Lax; Path=/; Max-Age=0"; - } - map $http_cookie $nopush { ~__Host-push=1 1; default 0; -- cgit v1.3.1