Can we have an "no floc" option

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.

1 Like

I do believe that Yunohost already has a no FLoc setup in NGINX :

2 Likes

this is default?
i love yunohost :smiley:

2 Likes