Add in latest whitelisted remotes from StarfallEx

This commit is contained in:
Ayane 2022-09-07 22:15:33 +08:00 committed by GitHub
parent f96cc1c991
commit 88c97b878d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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