drop configuration to clear legacy push cookie
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user