mirror of
https://github.com/excalidraw/excalidraw.git
synced 2025-05-03 10:00:07 -04:00
Update embeddable.ts
added tutar.app to allowed origins
This commit is contained in:
parent
47ee8a0094
commit
9a51e70c80
1 changed files with 2 additions and 0 deletions
|
@ -66,6 +66,7 @@ const ALLOWED_DOMAINS = new Set([
|
|||
"val.town",
|
||||
"giphy.com",
|
||||
"reddit.com",
|
||||
"tutar.app"
|
||||
]);
|
||||
|
||||
const ALLOW_SAME_ORIGIN = new Set([
|
||||
|
@ -79,6 +80,7 @@ const ALLOW_SAME_ORIGIN = new Set([
|
|||
"*.simplepdf.eu",
|
||||
"stackblitz.com",
|
||||
"reddit.com",
|
||||
"turar.app"
|
||||
]);
|
||||
|
||||
export const createSrcDoc = (body: string) => {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue