Skip to content

Commit

Permalink
feat: adds support for stackblitz.com embeds (excalidraw#6813)
Browse files Browse the repository at this point in the history
feat: adds stackblitz.com embeds
  • Loading branch information
sulco authored Jul 26, 2023
1 parent e93bbc5 commit dcc75ed
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/element/embeddable.ts
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ const ALLOWED_DOMAINS = new Set([
"link.excalidraw.com",
"gist.github.com",
"twitter.com",
"stackblitz.com",
]);

const createSrcDoc = (body: string) => {
Expand Down

0 comments on commit dcc75ed

Please sign in to comment.