feat: adds support for stackblitz.com embeds (#6813)

feat: adds stackblitz.com embeds
This commit is contained in:
Tomek Sułkowski 2023-07-26 17:31:18 +02:00 committed by GitHub
parent e93bbc5776
commit dcc75ed007
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -52,6 +52,7 @@ const ALLOWED_DOMAINS = new Set([
"link.excalidraw.com",
"gist.github.com",
"twitter.com",
"stackblitz.com",
]);
const createSrcDoc = (body: string) => {