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

feat: adds stackblitz.com embeds
pull/6814/head
Tomek Sułkowski 2 years ago committed by GitHub
parent e93bbc5776
commit dcc75ed007
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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

Loading…
Cancel
Save