fix(tauri):调整csp设置。
This commit is contained in:
		| @@ -55,7 +55,8 @@ | ||||
|       "targets": "all" | ||||
|     }, | ||||
|     "security": { | ||||
|       "csp": "default-src 'self'; img-src 'self' asset: https://asset.localhost" | ||||
|       "devCsp": "default-src 'self'; img-src 'self' asset: https://asset.localhost", | ||||
|       "csp": null | ||||
|     }, | ||||
|     "updater": { | ||||
|       "active": false | ||||
|   | ||||
		Reference in New Issue
	
	Block a user