Skip to content

Commit 2181032

Browse files
authored
Merge pull request #803 from kanriapp/main
fix: add font CSP to allow tag input x icon to render
2 parents a6fc3a6 + 743b654 commit 2181032

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src-tauri/tauri.conf.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,8 @@
6868
"connect-src": "'self' ipc: http://ipc.localhost",
6969
"img-src": "'self' asset: http://asset.localhost blob: data:",
7070
"style-src": "'unsafe-inline' 'self'",
71-
"style-scr-elem": "'unsafe-inline' 'self'"
71+
"style-scr-elem": "'unsafe-inline' 'self'",
72+
"font-src": "'self' data:"
7273
}
7374
}
7475
}

0 commit comments

Comments
 (0)