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