ansible/roles/docker/files/configs/nginx-proxy/conf.d/anti-floc.conf
Reynir Björnsson 4c936fc521 Opt out of FLoC globally
In nginx-proxy, add a permissions-policy header that opts out of
Google's Federated Learning of Cohorts (FLoC).
2021-04-14 12:52:18 +02:00

3 lines
147 B
Plaintext

# See https://developer.chrome.com/blog/floc/#how-can-websites-opt-out-of-the-floc-computation
add_header Permissions-Policy "interest-cohort=()";