We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a0a60e4 commit 1ff0e70Copy full SHA for 1ff0e70
apps/app/tauri.conf.json
@@ -90,8 +90,8 @@
90
"font-src": ["https://cdn-raw.modrinth.com/fonts/"],
91
"img-src": "https: 'unsafe-inline' 'self' asset: http://asset.localhost http://textures.minecraft.net blob: data:",
92
"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'",
+ "script-src": "https://*.posthog.com https://tally.so/widgets/embed.js 'self'",
+ "frame-src": "https://www.youtube.com https://www.youtube-nocookie.com https://discord.com https://tally.so/popup/ 'self'",
95
"media-src": "https://*.githubusercontent.com"
96
}
97
0 commit comments