mirror of
https://github.com/excalidraw/excalidraw.git
synced 2025-05-03 10:00:07 -04:00
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:
parent
6363492cee
commit
02cc8440c4
1 changed files with 1 additions and 0 deletions
|
@ -64,6 +64,7 @@ const ALLOWED_DOMAINS = new Set([
|
|||
"stackblitz.com",
|
||||
"val.town",
|
||||
"giphy.com",
|
||||
"dddice.com",
|
||||
]);
|
||||
|
||||
const createSrcDoc = (body: string) => {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue