mirror of
https://github.com/tauri-apps/tauri.git
synced 2024-12-01 19:44:39 +03:00
fix(tauri.js) default CSP with the blob modifier (#255)
This commit is contained in:
parent
7ecaee38f0
commit
8a8fe2cca4
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user