We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cb5a753 commit ed6ef89Copy full SHA for ed6ef89
docker-compose.yml
@@ -54,7 +54,6 @@ services:
54
- ENABLE_E2EPING
55
- ENABLE_FILE_RECORDING_SERVICE
56
- ENABLE_FILE_RECORDING_SERVICE_SHARING
57
- - ENABLE_FLOC
58
- ENABLE_GUESTS
59
- ENABLE_HSTS
60
- ENABLE_HTTP_REDIRECT
web/rootfs/defaults/meet.conf
@@ -25,9 +25,8 @@ add_header X-XSS-Protection "1; mode=block";
25
add_header X-Jitsi-Shard {{ .Env.DEPLOYMENTINFO_SHARD }};
26
{{ end }}
27
28
-{{ if not (.Env.ENABLE_FLOC | default "0" | toBool) }}
+# Opt out of FLoC (deprecated)
29
add_header Permissions-Policy "interest-cohort=()";
30
-{{ end }}
31
32
location = /config.js {
33
alias /config/config.js;
0 commit comments