WIP: Opt out of FLoC globally #61
|
@ -0,0 +1,2 @@
|
||||||
|
# See https://developer.chrome.com/blog/floc/#how-can-websites-opt-out-of-the-floc-computation
|
||||||
|
add_header Permissions-Policy "interest-cohort=()";
|
|
@ -45,3 +45,7 @@
|
||||||
env:
|
env:
|
||||||
NGINX_PROXY_CONTAINER: nginx-proxy
|
NGINX_PROXY_CONTAINER: nginx-proxy
|
||||||
|
|
||||||
|
- name: upload nginx anti floc
|
||||||
|
copy:
|
||||||
|
src: files/configs/nginx-proxy/conf.d/anti-floc.conf
|
||||||
|
dst: "{{ nginx.volume_folder }}/conf/anti-floc.conf"
|
||||||
|
|
Loading…
Reference in a new issue