From 4950d28432b0ae49c3d03bfddca4040c42d8ee72 Mon Sep 17 00:00:00 2001
From: stuebinm <stuebinm@disroot.org>
Date: Sat, 25 Dec 2021 02:57:49 +0100
Subject: [PATCH] add some allowed domains to default config

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

diff --git a/config.json b/config.json
index f7fc59d..213ff23 100644
--- a/config.json
+++ b/config.json
@@ -8,7 +8,7 @@
   "UriSchemas": {
     "https" : {
       "scope" : ["website"],
-      "allowed" : ["example.org"],
+      "allowed" : ["media.ccc.de", "streaming.media.ccc.de", "static.rc3.world"],
       "blocked" : ["blocked.com"],
       "prefix" : "https://ausgang.rc3.world?link="
     },
-- 
GitLab