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.
2 parents a6fc3a6 + 743b654 commit 2181032Copy full SHA for 2181032
src-tauri/tauri.conf.json
@@ -68,7 +68,8 @@
68
"connect-src": "'self' ipc: http://ipc.localhost",
69
"img-src": "'self' asset: http://asset.localhost blob: data:",
70
"style-src": "'unsafe-inline' 'self'",
71
- "style-scr-elem": "'unsafe-inline' 'self'"
+ "style-scr-elem": "'unsafe-inline' 'self'",
72
+ "font-src": "'self' data:"
73
}
74
75
0 commit comments