Add steam CDN and developer URLS (#25)

* Add steam cdn urls

* Linter style

* Add steam dev community
This commit is contained in:
Redox 2023-08-11 22:05:30 +01:00 committed by GitHub
parent 5efe54bb64
commit 4a446a857f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -14,10 +14,13 @@ return {
addresses = {
["google.com"] = { allowed = true, noisy = true },
["www.google.com"] = { allowed = true, noisy = true },
["api.steampowered.com"] = { allowed=true },
["api.steampowered.com"] = { allowed = true },
["steamcommunity.com"] = { allowed = true },
["developer.valvesoftware.com"] = { allowed = true },
["avatars.cloudflare.steamstatic.com"] = { allowed = true },
["avatars.akamai.steamstatic.com"] = { allowed = true },
["api.github.com"] = { allowed = true },
["github.com"] = { allowed = true },
["thegrb93.github.io"] = { allowed = true },