fix(tauri.js) default CSP with the blob modifier (#255)

This commit is contained in:
Lucas Fernandes Nogueira
2019-12-31 14:52:39 -03:00
committed by GitHub
parent 7ecaee38f0
commit 8a8fe2cca4

View File

@@ -18,8 +18,7 @@ export default {
title: 'Tauri App'
},
security: {
csp:
"default-src data: filesystem: ws: http: https: 'unsafe-eval' 'unsafe-inline'"
csp: "default-src blob: data: filesystem: ws: http: https: 'unsafe-eval' 'unsafe-inline'"
},
edge: {
active: true