disabled third party trackers

pull/1/head
see 2 years ago
parent 21b399e1f3
commit 5522528ddd

@ -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
value: Europe/Berlin
- name: CONFIG_JSON
value: {"disableThirdPartyRequests": true}
Loading…
Cancel
Save