update allowed addresses

This commit is contained in:
Pierce 2023-07-05 18:46:05 -04:00
parent d5e216c33b
commit 26111a8845
No known key found for this signature in database
GPG Key ID: EC79465B0E865E47

View File

@ -78,8 +78,8 @@ return {
["images-([%w%-]+)%.discordapp%.net"] = { allowed = true, pattern = true },
["i([%w-_]+)%.tinypic%.com"] = { allowed = true, pattern = true },
["(%w+)%.keybase.pub/(.+)"] = { allowed = true, pattern = true },
["tts.cyzon.us/(.+)"] = { allowed = true, pattern = true },
["(%w+)%.keybase.pub"] = { allowed = true, pattern = true },
["tts.cyzon.us"] = { allowed = true },
}
}