diff options
author | stuebinm | 2021-12-27 17:49:20 +0100 |
---|---|---|
committer | stuebinm | 2022-01-02 01:55:49 +0100 |
commit | d0f22e513650b73e1335f471a6bc60eb2b2d27a9 (patch) | |
tree | b893a8fc9d34a63229a74d8dae2861130ca21330 | |
parent | 5992e7e369aca9e69a381c6b4302f9fa819a8503 (diff) |
allow live.dort.c3voc.de for audio
-rw-r--r-- | config.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config.json b/config.json index 37ca1ec..db77e57 100644 --- a/config.json +++ b/config.json @@ -14,7 +14,7 @@ }], ["https", { "scope" : ["audio"], - "allowed" : ["cdn.c3voc.de", "media.ccc.de", "streaming.media.ccc.de", "static.rc3.world"] + "allowed" : ["cdn.c3voc.de", "media.ccc.de", "streaming.media.ccc.de", "static.rc3.world", "live.dort.c3voc.de"] }], ["world", { "scope" : ["map"], |