drop configuration for clearing legacy push cookie

This commit is contained in:
Daniel Micay
2022-05-03 00:25:07 -04:00
parent 5bdd465faf
commit e7efc21340
2 changed files with 0 additions and 5 deletions

View File

@@ -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;