Add mapvote url (#2)
* Add mapvote url * Update lua/cfc_http_restrictions/configs/cfc.lua --------- Co-authored-by: plally <pierce@vulpes.dev>
This commit is contained in:
parent
6bd3c351f7
commit
bfce224ee8
@ -37,6 +37,9 @@ return {
|
||||
-- Express
|
||||
["gmod.express"] = {allowed=true, permanent=true},
|
||||
|
||||
["gmod.pages.dev"] = {allowed=true, permanent=true}
|
||||
["gmod.pages.dev"] = {allowed=true, permanent=true},
|
||||
|
||||
-- Steam API, mapvote uses this.
|
||||
["api.steampowered.com"] = {allowed=true, permanent=true}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user