mirror of
https://github.com/CFC-Servers/cfc_cl_http_whitelist.git
synced 2025-03-04 03:03:18 -05:00
update default whitelist config adding starfall and media player (#31)
This commit is contained in:
parent
d2f18c5d6b
commit
fef959f369
@ -57,14 +57,10 @@ local config = {
|
||||
|
||||
["bitbucket.org"] = { allowed = true },
|
||||
|
||||
["u.teknik.io"] = { allowed = true },
|
||||
|
||||
["i.imgur.com"] = { allowed = true },
|
||||
|
||||
["pastebin.com"] = { allowed = true },
|
||||
|
||||
["p.teknik.io"] = { allowed = true },
|
||||
|
||||
["paste.ee"] = { allowed = true },
|
||||
|
||||
["hastebin.com"] = { allowed = true },
|
||||
@ -92,6 +88,22 @@ local config = {
|
||||
|
||||
["(%w+)%.keybase.pub"] = { allowed = true, pattern = true },
|
||||
["tts.cyzon.us"] = { allowed = true },
|
||||
|
||||
-- media player
|
||||
["samuelmaddock.github.io"] = { allowed = true },
|
||||
|
||||
-- domains starfall docs have that get caught by the html whitelist
|
||||
["npms.io"] = { allowed = true },
|
||||
["fb.me"] = { allowed = true },
|
||||
["reactjs.org"] = { allowed = true },
|
||||
["www.w3.org"] = { allowed = true },
|
||||
["www.cplusplus.com"] = { allowed = true },
|
||||
["wiki.garrysmod.com"] = { allowed = true },
|
||||
["en.wikipedia.org"] = { allowed = true },
|
||||
["mydomain.com"] = { allowed = true },
|
||||
["developer.mozilla.org"] = { allowed = true },
|
||||
["w3.impa.br"] = { allowed = true },
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user