feat: allow D&D dice app domain for embeds (#7263)

Co-authored-by: David Luzar <5153846+dwelle@users.noreply.github.com>
This commit is contained in:
FilBot3 2023-11-10 09:29:19 -06:00 committed by GitHub
parent 6363492cee
commit 02cc8440c4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -64,6 +64,7 @@ const ALLOWED_DOMAINS = new Set([
"stackblitz.com", "stackblitz.com",
"val.town", "val.town",
"giphy.com", "giphy.com",
"dddice.com",
]); ]);
const createSrcDoc = (body: string) => { const createSrcDoc = (body: string) => {