diff --git a/lua/cfc_http_restrictions/configs/groovyexpress.lua b/lua/cfc_http_restrictions/configs/groovyexpress.lua index efae9e1..b7cc795 100644 --- a/lua/cfc_http_restrictions/configs/groovyexpress.lua +++ b/lua/cfc_http_restrictions/configs/groovyexpress.lua @@ -6,102 +6,17 @@ return { wrapHTMLPanels = true, addresses = { - -- 3D Stream Radio - -- (inactive and offline domains not included) - - -- 1.FM - ["185.33.21.112"] = { allowed = true }, - ["strm[0-9]+.1.fm"] = { allowed = true, pattern = true }, - - -- BBC World Service Online - ["stream.live.vc.bbcmedia.co.uk"] = { allowed = true }, - - -- Classical WETA - ["playerservices.streamtheworld.com"] = { allowed = true }, - ["[0-9]+.live.streamtheworld.com"] = { allowed = true, pattern = true }, - - -- Fallout.fm - ["fallout.fm"] = { allowed = true }, - - -- GalNET.ru - ["radio.galnet.ru"] = { allowed = true }, - - -- laut.fm - ["stream.laut.fm"] = { allowed = true }, - ["*.stream.laut.fm"] = { allowed = true, pattern = true }, - - -- Nightwave Plaza - ["radio.plaza.one"] = { allowed = true }, - - -- Noise FM - ["play.sas-media.ru"] = { allowed = true }, - - -- NonStopPlay - ["stream.nonstopplay.co.uk"] = { allowed = true }, - - -- RaX-Dio - ["stream*.zeno.fm"] = { allowed = true, pattern = true }, - - -- Triple J NSW - ["www.abc.net.au"] = { allowed = true }, - ["live-radio[0-9]+.mediahubaustralia.com"] = { allowed = true, pattern = true }, - - - -- StarfallEx - -- (domains I deem unnecessary will be disabled, but kept for future reference) - - -- Backblaze B2 - --["*.backblazeb2.com"] = { allowed = true, pattern = true }, - - -- e621 - --["static1.e621.net"] = { allowed = true }, - - -- ipfs - ["ipfs.io"] = { allowed = true }, - - -- neocities - --["*.neocities.org"] = { allowed = true, pattern = true }, - - -- Soundcloud - --["i[0-9]+.sndcdn.com"] = { allowed = true, pattern = true }, - - -- Shoutcast - ["yp.shoutcast.com"] = { allowed = true }, - - -- YouTube - --["i.ytimg.com"] = { allowed = true }, - - -- Spotify - --["i.scdn.co"] = { allowed = true }, - - -- Deezer - --["*.dzcdn.net"] = { allowed = true, pattern = true }, - - -- Revolt - --["static.revolt.chat"] = { allowed = true }, - --["autumn.revolt.chat"] = { allowed = true }, - - -- YouTube - --["youtube.michaelbelgium.me"] = { allowed = true }, - - -- Nekoweb - --["*.nekoweb.org"] = { allowed = true, pattern = true }, - - -- RawGit - --["raw.githack.com"] = { allowed = true }, - --["rawcdn.githack.com"] = { allowed = true }, - - -- Statically CDN - --["cdn.statically.io"] = { allowed = true }, - - - -- Everything Else - ["upload.wikimedia.org"] = { allowed = true }, ["catbox.moe"] = { allowed = true }, ["litterbox.catbox.moe"] = { allowed = true }, + ["ipfs.io"] = { allowed = true }, + + ["jdecked.github.io"] = { allowed = true }, + ["steamcommunity-a.akamaihd.net"] = { allowed = true }, + + ["groovyexpress.tv"] = { allowed = true }, ["static1.groovyexpress.tv"] = { allowed = true }, ["www.groovyexpress.com"] = { allowed = true, permanent = true } }