Merge branch 'main' into feature/CFC-46-pls

This commit is contained in:
Pierce Lally 2023-08-11 17:06:08 -04:00 committed by GitHub
commit 636b1cc468
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -15,9 +15,12 @@ return {
["google.com"] = { allowed = true, noisy = true }, ["google.com"] = { allowed = true, noisy = true },
["www.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 }, ["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 }, ["api.github.com"] = { allowed = true },
["github.com"] = { allowed = true }, ["github.com"] = { allowed = true },
["thegrb93.github.io"] = { allowed = true }, ["thegrb93.github.io"] = { allowed = true },