chore: update font-src (#5077)

This commit is contained in:
vansangpfiev 2025-05-23 11:30:29 +07:00 committed by GitHub
parent fce559a8fa
commit 5ce1fad118
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -40,7 +40,7 @@
"default-src": "'self' customprotocol: asset: http://localhost:* http://127.0.0.1:* ws://localhost:* ws://127.0.0.1:*",
"connect-src": "ipc: http://ipc.localhost http://127.0.0.1:* ws://localhost:* ws://127.0.0.1:* https:",
"font-src": [
"https://fonts.gstatic.com blob: data: tauri://localhost/*"
"https://fonts.gstatic.com blob: data: tauri://localhost http://tauri.localhost"
],
"img-src": "'self' asset: http://asset.localhost blob: data:",
"style-src": "'unsafe-inline' 'self' https://fonts.googleapis.com",