Skip to content

Commit ed6ef89

Browse files
committed
web: remove config option to control FLoC
It has been abandoned by Google. Keep the default opt-out value for a little longer just in case though.
1 parent cb5a753 commit ed6ef89

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

docker-compose.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,6 @@ services:
5454
- ENABLE_E2EPING
5555
- ENABLE_FILE_RECORDING_SERVICE
5656
- ENABLE_FILE_RECORDING_SERVICE_SHARING
57-
- ENABLE_FLOC
5857
- ENABLE_GUESTS
5958
- ENABLE_HSTS
6059
- ENABLE_HTTP_REDIRECT

web/rootfs/defaults/meet.conf

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,8 @@ add_header X-XSS-Protection "1; mode=block";
2525
add_header X-Jitsi-Shard {{ .Env.DEPLOYMENTINFO_SHARD }};
2626
{{ end }}
2727

28-
{{ if not (.Env.ENABLE_FLOC | default "0" | toBool) }}
28+
# Opt out of FLoC (deprecated)
2929
add_header Permissions-Policy "interest-cohort=()";
30-
{{ end }}
3130

3231
location = /config.js {
3332
alias /config/config.js;

0 commit comments

Comments
 (0)