Since Google wants to change the attempt to track us with Floc, I would like to have the possibility to stop this for the Yunohost server with a simple button.
in Nginx this is:
server {
location / {
add_header Permissions-Policy interest-cohort=();
ā¦
}
}
thx, for doing yunohost, so good to have this.
