bundles/nginx: disable Federated Learning of Cohorts for all hosts
All checks were successful
bundlewrap/pipeline/head This commit looks good
All checks were successful
bundlewrap/pipeline/head This commit looks good
This commit is contained in:
parent
ad5e628957
commit
6a88040826
2 changed files with 3 additions and 0 deletions
|
@ -26,6 +26,8 @@ server {
|
||||||
client_max_body_size 5M;
|
client_max_body_size 5M;
|
||||||
% endif
|
% endif
|
||||||
|
|
||||||
|
add_header Permissions-Policy interest-cohort=();
|
||||||
|
|
||||||
location /.well-known/acme-challenge/ {
|
location /.well-known/acme-challenge/ {
|
||||||
alias /var/www/dehydrated;
|
alias /var/www/dehydrated;
|
||||||
}
|
}
|
||||||
|
|
|
@ -42,6 +42,7 @@ server {
|
||||||
add_header X-Content-Type-Options nosniff;
|
add_header X-Content-Type-Options nosniff;
|
||||||
add_header X-XSS-Protection "1; mode=block";
|
add_header X-XSS-Protection "1; mode=block";
|
||||||
% endif
|
% endif
|
||||||
|
add_header Permissions-Policy interest-cohort=();
|
||||||
|
|
||||||
location /.well-known/acme-challenge/ {
|
location /.well-known/acme-challenge/ {
|
||||||
alias /var/lib/dehydrated/acme-challenges/;
|
alias /var/lib/dehydrated/acme-challenges/;
|
||||||
|
|
Loading…
Reference in a new issue