Skip to content

Commit 1ff0e70

Browse files
committed
fix: set required CSP sources for Tally forms to show up
1 parent a0a60e4 commit 1ff0e70

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

apps/app/tauri.conf.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -90,8 +90,8 @@
9090
"font-src": ["https://cdn-raw.modrinth.com/fonts/"],
9191
"img-src": "https: 'unsafe-inline' 'self' asset: http://asset.localhost http://textures.minecraft.net blob: data:",
9292
"style-src": "'unsafe-inline' 'self'",
93-
"script-src": "https://*.posthog.com 'self'",
94-
"frame-src": "https://www.youtube.com https://www.youtube-nocookie.com https://discord.com 'self'",
93+
"script-src": "https://*.posthog.com https://tally.so/widgets/embed.js 'self'",
94+
"frame-src": "https://www.youtube.com https://www.youtube-nocookie.com https://discord.com https://tally.so/popup/ 'self'",
9595
"media-src": "https://*.githubusercontent.com"
9696
}
9797
}

0 commit comments

Comments
 (0)