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

Co-authored-by: David Luzar <5153846+dwelle@users.noreply.github.com>
pull/7269/head
FilBot3 1 year ago committed by GitHub
parent 6363492cee
commit 02cc8440c4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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

Loading…
Cancel
Save