feat: adds support for stackblitz.com embeds (#6813)
feat: adds stackblitz.com embeds
This commit is contained in:
parent
e93bbc5776
commit
dcc75ed007
@ -52,6 +52,7 @@ const ALLOWED_DOMAINS = new Set([
|
|||||||
"link.excalidraw.com",
|
"link.excalidraw.com",
|
||||||
"gist.github.com",
|
"gist.github.com",
|
||||||
"twitter.com",
|
"twitter.com",
|
||||||
|
"stackblitz.com",
|
||||||
]);
|
]);
|
||||||
|
|
||||||
const createSrcDoc = (body: string) => {
|
const createSrcDoc = (body: string) => {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user