chore(examples): update to tauri 2.0.0-alpha.14 (#600)

This commit is contained in:
Lucas Fernandes Nogueira
2023-09-12 09:39:17 -03:00
committed by GitHub
parent 903361100c
commit 2409b01fe7
33 changed files with 155 additions and 155 deletions
+3 -3
View File
@@ -124,10 +124,10 @@
"security": {
"csp": {
"default-src": "'self' customprotocol: asset:",
"connect-src": "ipc: https://ipc.localhost",
"connect-src": "ipc: http://ipc.localhost",
"font-src": ["https://fonts.gstatic.com"],
"img-src": "'self' asset: https://asset.localhost blob: data:",
"style-src": "'unsafe-inline' 'self' https://fonts.googleapis.com"
"img-src": "'self' asset: http://asset.localhost blob: data:",
"style-src": "'unsafe-inline' 'self' http://fonts.googleapis.com"
},
"freezePrototype": true,
"assetProtocol": {