From 5522528ddde2c233ce5071aaa048a8954f13d32b Mon Sep 17 00:00:00 2001 From: see Date: Thu, 17 Mar 2022 15:28:48 +0100 Subject: [PATCH] disabled third party trackers --- src/main/resources/jitsi/deployment.yaml | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/src/main/resources/jitsi/deployment.yaml b/src/main/resources/jitsi/deployment.yaml index af4d1b7..8108f26 100644 --- a/src/main/resources/jitsi/deployment.yaml +++ b/src/main/resources/jitsi/deployment.yaml @@ -46,6 +46,8 @@ spec: value: Europe/Berlin - name: JVB_BREWERY_MUC value: jvbbrewery + - name: CONFIG_JSON + value: {"disableThirdPartyRequests": true} - name: prosody image: jitsi/prosody:stable-6826 imagePullPolicy: IfNotPresent @@ -83,6 +85,8 @@ spec: value: Europe/Berlin - name: JVB_TCP_HARVESTER_DISABLED value: "true" + - name: CONFIG_JSON + value: {"disableThirdPartyRequests": true} - name: web image: jitsi/web:stable-6826 imagePullPolicy: IfNotPresent @@ -107,6 +111,8 @@ spec: value: Europe/Berlin - name: JVB_TCP_HARVESTER_DISABLED value: "true" + - name: CONFIG_JSON + value: {"disableThirdPartyRequests": true} - name: jvb image: jitsi/jvb:stable-6826 imagePullPolicy: IfNotPresent @@ -144,4 +150,6 @@ spec: - name: JVB_BREWERY_MUC value: jvbbrewery - name: TZ - value: Europe/Berlin \ No newline at end of file + value: Europe/Berlin + - name: CONFIG_JSON + value: {"disableThirdPartyRequests": true} \ No newline at end of file