|
@@ -25,9 +25,8 @@ add_header X-XSS-Protection "1; mode=block";
|
|
add_header X-Jitsi-Shard {{ .Env.DEPLOYMENTINFO_SHARD }};
|
|
add_header X-Jitsi-Shard {{ .Env.DEPLOYMENTINFO_SHARD }};
|
|
{{ end }}
|
|
{{ end }}
|
|
|
|
|
|
-{{ if not (.Env.ENABLE_FLOC | default "0" | toBool) }}
|
|
|
|
|
|
+# Opt out of FLoC (deprecated)
|
|
add_header Permissions-Policy "interest-cohort=()";
|
|
add_header Permissions-Policy "interest-cohort=()";
|
|
-{{ end }}
|
|
|
|
|
|
|
|
location = /config.js {
|
|
location = /config.js {
|
|
alias /config/config.js;
|
|
alias /config/config.js;
|