fix(tauri):调整csp设置。
This commit is contained in:
		| @@ -55,7 +55,8 @@ | |||||||
|       "targets": "all" |       "targets": "all" | ||||||
|     }, |     }, | ||||||
|     "security": { |     "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": { |     "updater": { | ||||||
|       "active": false |       "active": false | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user