fix: csp missing asset:

This commit is contained in:
dongchengjie 2024-06-04 15:26:39 +08:00
parent 330004dc72
commit 6bc5c5a808

View File

@ -75,7 +75,7 @@
},
"windows": [],
"security": {
"csp": "default-src blob: data: filesystem: ws: wss: http: https: tauri: 'unsafe-eval' 'unsafe-inline' 'self';"
"csp": "default-src blob: data: filesystem: ws: wss: http: https: tauri: asset: 'unsafe-eval' 'unsafe-inline' 'self';"
}
}
}