bundles/nginx: disable Federated Learning of Cohorts for all hosts
All checks were successful
bundlewrap/pipeline/head This commit looks good

This commit is contained in:
Franzi 2021-04-16 18:36:50 +02:00
parent ad5e628957
commit 6a88040826
Signed by: kunsi
GPG key ID: 12E3D2136B818350
2 changed files with 3 additions and 0 deletions

View file

@ -26,6 +26,8 @@ server {
client_max_body_size 5M;
% endif
add_header Permissions-Policy interest-cohort=();
location /.well-known/acme-challenge/ {
alias /var/www/dehydrated;
}

View file

@ -42,6 +42,7 @@ server {
add_header X-Content-Type-Options nosniff;
add_header X-XSS-Protection "1; mode=block";
% endif
add_header Permissions-Policy interest-cohort=();
location /.well-known/acme-challenge/ {
alias /var/lib/dehydrated/acme-challenges/;