diff options
author | stuebinm | 2021-12-27 15:56:32 +0000 |
---|---|---|
committer | stuebinm | 2021-12-27 15:56:32 +0000 |
commit | 715f147b23b3dadf98c8c45054829a3bdee68378 (patch) | |
tree | a271e6580c927fd82f86a3edb7e42662c6b3e23a /config.json | |
parent | a234b66667fd388983d46dd581a5af6e196cc75d (diff) | |
parent | e20a31e33e7431e33df6df4d91fca374fb120b6a (diff) |
Merge branch 'tabascoeye-main-patch-20036' into 'main'
I would like to show the fahrplan in an iframe. Please allow
See merge request hub/walint!4
Diffstat (limited to '')
-rw-r--r-- | config.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config.json b/config.json index d2417eb..37ca1ec 100644 --- a/config.json +++ b/config.json @@ -8,7 +8,7 @@ "UriSchemas": [ ["https", { "scope" : ["website"], - "allowed" : ["media.ccc.de", "streaming.media.ccc.de", "static.rc3.world", "cdn.c3voc.de"], + "allowed" : ["media.ccc.de", "streaming.media.ccc.de", "static.rc3.world", "cdn.c3voc.de", "pretalx.c3voc.de"], "blocked" : ["blocked.com"], "prefix" : "https:\/\/rc3.world\/2021\/dereferrer\/" }], |