This commit is contained in:
Sachin-infusory 2025-03-26 05:15:49 +00:00 committed by GitHub
commit 08031cada4
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -67,6 +67,7 @@ const ALLOWED_DOMAINS = new Set([
"val.town", "val.town",
"giphy.com", "giphy.com",
"reddit.com", "reddit.com",
"tutar.app"
]); ]);
const ALLOW_SAME_ORIGIN = new Set([ const ALLOW_SAME_ORIGIN = new Set([
@ -80,6 +81,7 @@ const ALLOW_SAME_ORIGIN = new Set([
"*.simplepdf.eu", "*.simplepdf.eu",
"stackblitz.com", "stackblitz.com",
"reddit.com", "reddit.com",
"turar.app"
]); ]);
export const createSrcDoc = (body: string) => { export const createSrcDoc = (body: string) => {