Add opt-out-of-FLoC headers by default

This commit is contained in:
Slavi Pantaleev
2021-04-21 13:57:38 +03:00
parent 7fa7e3e5a6
commit e00ef04b57
10 changed files with 48 additions and 0 deletions

View File

@ -17,6 +17,10 @@
gzip on;
gzip_types text/plain application/json;
{% if matrix_nginx_proxy_floc_optout_enabled %}
add_header Permissions-Policy interest-cohort=() always;
{% endif %}
location /.well-known/matrix {
root {{ matrix_static_files_base_path }};
{#