summaryrefslogtreecommitdiff
path: root/config.json
diff options
context:
space:
mode:
authorstuebinm2021-12-25 02:57:49 +0100
committerstuebinm2021-12-25 02:57:49 +0100
commit4950d28432b0ae49c3d03bfddca4040c42d8ee72 (patch)
tree9aa1cc2dada4cce3ef58f8779239a26ec1df6a79 /config.json
parent887540e3bb4c2cfc63a142a573cc8161c5bc00d8 (diff)
add some allowed domains to default config
Diffstat (limited to 'config.json')
-rw-r--r--config.json2
1 files changed, 1 insertions, 1 deletions
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="
},