mirror of
https://github.com/CFC-Servers/cfc_cl_http_whitelist.git
synced 2025-03-04 03:03:18 -05:00
Update default_config.lua
This commit is contained in:
parent
22384359cf
commit
096f180a08
@ -77,13 +77,16 @@ return {
|
||||
["i([%w-_]+)%.tinypic%.com"] = { allowed = true, pattern = true },
|
||||
|
||||
-- domains starfall docs have
|
||||
["npms.io"] = {allowed=true},
|
||||
["fb.me"] = {allowed=true},
|
||||
["reactjs.org"] = {allowed=true},
|
||||
["www.w3.org"] = {allowed=true},
|
||||
["npms.io"] = {allowed = true},
|
||||
["fb.me"] = {allowed = true},
|
||||
["reactjs.org"] = {allowed = true},
|
||||
["www.w3.org"] = {allowed = true},
|
||||
|
||||
-- fox pictures
|
||||
["fox.pics"] = {allowed=true},
|
||||
["*.fox.pics"] = {allowed=true},
|
||||
["fox.pics"] = {allowed = true},
|
||||
["*.fox.pics"] = {allowed = true},
|
||||
|
||||
-- media player
|
||||
["samuelmaddock.github.io"] = {allowed=true, isPermanent=true} -- Media player
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user