From 27c44dc97472d89783068b4c280b98a1b8301600 Mon Sep 17 00:00:00 2001
From: stuebinm <stuebinm@disroot.org>
Date: Mon, 27 Dec 2021 17:49:20 +0100
Subject: [PATCH] allow live.dort.c3voc.de for audio

---
 config.json | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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"],
-- 
GitLab