Skip to content
Snippets Groups Projects
Unverified Commit b4301ed0 authored by GyDi's avatar GyDi Committed by GitHub
Browse files

fix: csp

parent b5391560
No related branches found
No related tags found
No related merge requests found
......@@ -75,7 +75,7 @@
},
"windows": [],
"security": {
"csp": "connect-src 'self' ws:; script-src 'unsafe-eval' 'self'; default-src blob: data: filesystem: ws: wss: http: https: tauri: 'unsafe-eval' 'unsafe-inline' 'self'; img-src data: 'self';"
"csp": "script-src 'unsafe-eval' 'self'; default-src blob: data: filesystem: ws: wss: http: https: tauri: 'unsafe-eval' 'unsafe-inline' 'self'; img-src data: 'self';"
}
}
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment