diff options
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 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; |
