Skip to content

Commit

Permalink
fix: broken production build
Browse files Browse the repository at this point in the history
  • Loading branch information
farfromrefug committed Jun 26, 2024
1 parent 8ff1d0b commit a91f371
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion src-tauri/tauri.conf.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,12 @@
"**"
]
},
"csp": "default-src blob: data: filesystem: ws: wss: asset: mbtiles: http: https: tauri: 'unsafe-eval' 'unsafe-inline' 'self' img-src: 'self'; worker-src blob:; connect-src ipc: https://ipc.localhost"
"csp":{
"default-src":"blob: data: filesystem: ws: wss: asset: mbtiles: http: https: tauri: 'unsafe-eval' 'unsafe-inline' 'self'",
"img-src":"'self' blob: data:",
"worker-src":"blob:",
"connect-src":"ipc: https://ipc.localhost http://localhost:*"
}
}
},
"bundle": {
Expand Down

0 comments on commit a91f371

Please sign in to comment.