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 dfef0df commit bd0d6a9Copy full SHA for bd0d6a9
apps/app/tauri.conf.json
@@ -87,7 +87,8 @@
87
"img-src": "https: 'unsafe-inline' 'self' asset: http://asset.localhost blob: data:",
88
"style-src": "'unsafe-inline' 'self'",
89
"script-src": "https://*.posthog.com 'self'",
90
- "frame-src": "https://www.youtube.com https://www.youtube-nocookie.com https://discord.com 'self'"
+ "frame-src": "https://www.youtube.com https://www.youtube-nocookie.com https://discord.com 'self'",
91
+ "media-src": "https://*.githubusercontent.com"
92
}
93
94
0 commit comments