update default whitelist config adding starfall and media player (#31)

This commit is contained in:
Pierce Lally 2023-08-17 21:55:07 -04:00 committed by GitHub
parent d2f18c5d6b
commit fef959f369
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -57,14 +57,10 @@ local config = {
["bitbucket.org"] = { allowed = true },
["u.teknik.io"] = { allowed = true },
["i.imgur.com"] = { allowed = true },
["pastebin.com"] = { allowed = true },
["p.teknik.io"] = { allowed = true },
["paste.ee"] = { allowed = true },
["hastebin.com"] = { allowed = true },
@ -92,6 +88,22 @@ local config = {
["(%w+)%.keybase.pub"] = { allowed = true, pattern = true },
["tts.cyzon.us"] = { allowed = true },
-- media player
["samuelmaddock.github.io"] = { allowed = true },
-- domains starfall docs have that get caught by the html whitelist
["npms.io"] = { allowed = true },
["fb.me"] = { allowed = true },
["reactjs.org"] = { allowed = true },
["www.w3.org"] = { allowed = true },
["www.cplusplus.com"] = { allowed = true },
["wiki.garrysmod.com"] = { allowed = true },
["en.wikipedia.org"] = { allowed = true },
["mydomain.com"] = { allowed = true },
["developer.mozilla.org"] = { allowed = true },
["w3.impa.br"] = { allowed = true },
}
}