mirror of
https://github.com/CFC-Servers/cfc_cl_http_whitelist_configs.git
synced 2025-03-04 03:03:06 -05:00
Update cfc.lua
This commit is contained in:
parent
cf6a4994bf
commit
db91dd2ead
@ -1,16 +1,11 @@
|
||||
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},
|
||||
@ -40,6 +35,8 @@ return {
|
||||
["samuelmaddock.github.io"] = {allowed=true}, -- Media player
|
||||
|
||||
-- Express
|
||||
["gmod.express"] = {allowed=true, permanent=true}
|
||||
["gmod.express"] = {allowed=true, permanent=true},
|
||||
|
||||
["gmod.pages.dev"] = {allowed=true, permanent=true}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user