From 9a51e70c80b69241fc5c6cbda43eb40c61ebe1b0 Mon Sep 17 00:00:00 2001 From: Sachin-infusory Date: Mon, 14 Oct 2024 11:03:53 +0530 Subject: [PATCH] Update embeddable.ts added tutar.app to allowed origins --- packages/excalidraw/element/embeddable.ts | 2 ++ 1 file changed, 2 insertions(+) diff --git a/packages/excalidraw/element/embeddable.ts b/packages/excalidraw/element/embeddable.ts index eada31a5b..134b5a8f2 100644 --- a/packages/excalidraw/element/embeddable.ts +++ b/packages/excalidraw/element/embeddable.ts @@ -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) => {