1
0
Fork 0
mirror of https://github.com/demostf/proxy synced 2026-06-03 20:14:07 +02:00

floc opt out

This commit is contained in:
Robin Appelman 2021-04-20 11:29:09 +00:00 committed by GitHub
commit e1efd2df43
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -20,5 +20,6 @@ server {
proxy_set_header Connection "Upgrade"; proxy_set_header Connection "Upgrade";
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for; proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
client_max_body_size 150M; client_max_body_size 150M;
add_header Permissions-Policy interest-cohort=();
} }
} }