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:
Redox 2023-04-26 22:10:45 +02:00 committed by GitHub
parent 6bd3c351f7
commit bfce224ee8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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}
}
}