add config

This commit is contained in:
Pierce 2022-08-21 17:03:22 -04:00
commit 678d0c2ae7
No known key found for this signature in database
GPG Key ID: EC79465B0E865E47

View File

@ -0,0 +1,31 @@
AddCSLuaFile()
-- TODO this should be in its own repo
return {
version="1", -- this field allows backwards compatibility if the config structure is ever updated
wrapHTMLPanels = true,
addresses = {
-- TODO can we delete these, we have *.cfcservers.org?
["nanny.cfcservers.org"] = {allowed=true, noisy=true, permanent=true},
["paste.cfcservers.org"] = {allowed=true, noisy=true, permanent=true},
["cdn.cfcservers.org"] = {allowed=true, noisy=true, permanent=true},
["*.cfcservers.org"] = {allowed=true, permanent=true},
["cfcservers.org"] = {allowed=true, permanent=true},
["google.com"] = {allowed=true, permanent=true},
["www.google.com"] = {allowed=true, permanent=true},
["api.mixpanel.com"] = {allowed=true},
-- fox pictures
["fox.pics"] = {allowed=true},
["*.fox.pics"] = {allowed=true},
-- media player
["samuelmaddock.github.io"] = {allowed=true, isPermanent=true} -- Media player
}
}