Post A6Snvf2bMcatKh1yPQ by jselea@blogs.linux.pizza
(DIR) More posts by jselea@blogs.linux.pizza
(DIR) Post #A6Snvf2bMcatKh1yPQ by jselea@blogs.linux.pizza
2021-04-21T07:05:22Z
0 likes, 1 repeats
Luckily, this is quite easy – for now.Just add the “Permissions-Policy: interest-cohort=()” header in your webserver. This can be done as following:In Apache (including .htaccess): Header always set Permissions-Policy: interest-cohort=()In Nginx add_header Permissions-Policy: interest-cohort=()That's it!