new sites from 3d stream radio, starfall, and my own additions
This commit is contained in:
parent
4c292e7c88
commit
26ad3b294d
@ -1,14 +1,108 @@
|
||||
AddCSLuaFile()
|
||||
|
||||
return {
|
||||
version = "1", -- this field allows backwards compatibility if the config structure is ever updated
|
||||
version = "1",
|
||||
|
||||
wrapHTMLPanels = true,
|
||||
wrapHTMLPanels = true,
|
||||
|
||||
addresses = {
|
||||
["upload.wikimedia.org"] = { allowed = true },
|
||||
addresses = {
|
||||
-- 3D Stream Radio
|
||||
-- (inactive and offline domains not included)
|
||||
|
||||
["share.groovyexpress.com"] = { allowed = true },
|
||||
["www.groovyexpress.com"] = { allowed = true, permanent = true }
|
||||
}
|
||||
-- 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 },
|
||||
|
||||
["static1.groovyexpress.tv"] = { allowed = true },
|
||||
["www.groovyexpress.com"] = { allowed = true, permanent = true }
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user