dongchengjie 1 жил өмнө
parent
commit
6bc5c5a808

+ 1 - 1
src-tauri/tauri.conf.json

@@ -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';"
     }
   }
 }