Merge pull request #17 from sr229/main

Add in latest whitelisted remotes from StarfallEx
This commit is contained in:
plally 2022-09-11 18:06:22 -04:00 committed by GitHub
commit 168b21dc6b
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, pattern = true },
["tts.cyzon.us/(.+)"] = { allowed = true, pattern = true }
}
}