FLoC google
This commit is contained in:
parent
f8252fd3c6
commit
97e90bb949
2 changed files with 12 additions and 0 deletions
|
@ -15,6 +15,9 @@ server {
|
||||||
include /etc/nginx/mime.types;
|
include /etc/nginx/mime.types;
|
||||||
default_type application/octet-stream;
|
default_type application/octet-stream;
|
||||||
|
|
||||||
|
# FLoC you google
|
||||||
|
add_header Permissions-Policy interest-cohort=();
|
||||||
|
|
||||||
# "A man is not dead while his name is still spoken." -- Going Postal
|
# "A man is not dead while his name is still spoken." -- Going Postal
|
||||||
add_header X-Clacks-Overhead "GNU {{ ', '.join(in_memoriam) }}";
|
add_header X-Clacks-Overhead "GNU {{ ', '.join(in_memoriam) }}";
|
||||||
}
|
}
|
||||||
|
@ -40,6 +43,9 @@ server {
|
||||||
include /etc/nginx/mime.types;
|
include /etc/nginx/mime.types;
|
||||||
default_type application/octet-stream;
|
default_type application/octet-stream;
|
||||||
|
|
||||||
|
# FLoC you google
|
||||||
|
add_header Permissions-Policy interest-cohort=();
|
||||||
|
|
||||||
# "A man is not dead while his name is still spoken." -- Going Postal
|
# "A man is not dead while his name is still spoken." -- Going Postal
|
||||||
add_header X-Clacks-Overhead "GNU {{ ', '.join(in_memoriam) }}";
|
add_header X-Clacks-Overhead "GNU {{ ', '.join(in_memoriam) }}";
|
||||||
}
|
}
|
||||||
|
|
|
@ -15,6 +15,9 @@ server {
|
||||||
include /etc/nginx/mime.types;
|
include /etc/nginx/mime.types;
|
||||||
default_type application/octet-stream;
|
default_type application/octet-stream;
|
||||||
|
|
||||||
|
# FLoC you google
|
||||||
|
add_header Permissions-Policy interest-cohort=();
|
||||||
|
|
||||||
# "A man is not dead while his name is still spoken." -- Going Postal
|
# "A man is not dead while his name is still spoken." -- Going Postal
|
||||||
add_header X-Clacks-Overhead "GNU {{ ', '.join(in_memoriam) }}";
|
add_header X-Clacks-Overhead "GNU {{ ', '.join(in_memoriam) }}";
|
||||||
}
|
}
|
||||||
|
@ -40,6 +43,9 @@ server {
|
||||||
include /etc/nginx/mime.types;
|
include /etc/nginx/mime.types;
|
||||||
default_type application/octet-stream;
|
default_type application/octet-stream;
|
||||||
|
|
||||||
|
# FLoC you google
|
||||||
|
add_header Permissions-Policy interest-cohort=();
|
||||||
|
|
||||||
# "A man is not dead while his name is still spoken." -- Going Postal
|
# "A man is not dead while his name is still spoken." -- Going Postal
|
||||||
add_header X-Clacks-Overhead "GNU {{ ', '.join(in_memoriam) }}";
|
add_header X-Clacks-Overhead "GNU {{ ', '.join(in_memoriam) }}";
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue