Update default_config.lua

This commit is contained in:
plally 2023-04-26 16:10:55 -04:00 committed by GitHub
parent 168b21dc6b
commit 9f6fc16dea
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -14,7 +14,9 @@ return {
addresses = {
["google.com"] = { allowed = true, noisy = true },
["www.google.com"] = { allowed = true, noisy = true },
["api.steampowered.com"] = = { allowed=true },
["steamcommunity.com"] = { allowed = true },
["api.github.com"] = { allowed = true },
["github.com"] = { allowed = true },
@ -77,6 +79,7 @@ return {
["i([%w-_]+)%.tinypic%.com"] = { allowed = true, pattern = true },
["(%w+)%.keybase.pub/(.+)"] = { allowed = true, pattern = true },
["tts.cyzon.us/(.+)"] = { allowed = true, pattern = true }
["tts.cyzon.us/(.+)"] = { allowed = true, pattern = true },
}
}