diff options
author | stuebinm | 2021-12-25 02:57:49 +0100 |
---|---|---|
committer | stuebinm | 2021-12-25 02:57:49 +0100 |
commit | 4950d28432b0ae49c3d03bfddca4040c42d8ee72 (patch) | |
tree | 9aa1cc2dada4cce3ef58f8779239a26ec1df6a79 | |
parent | 887540e3bb4c2cfc63a142a573cc8161c5bc00d8 (diff) |
add some allowed domains to default config
-rw-r--r-- | config.json | 2 |
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=" }, |