forked from data.coop/ansible
Reynir Björnsson
4c936fc521
In nginx-proxy, add a permissions-policy header that opts out of Google's Federated Learning of Cohorts (FLoC).
3 lines
147 B
Plaintext
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=()";
|