This commit is contained in:
10
app/src-tauri/tauri.dev-override.conf.json
Normal file
10
app/src-tauri/tauri.dev-override.conf.json
Normal file
@@ -0,0 +1,10 @@
|
||||
{
|
||||
"build": {
|
||||
"beforeDevCommand": ""
|
||||
},
|
||||
"app": {
|
||||
"security": {
|
||||
"csp": "default-src 'self'; connect-src 'self' http://localhost:* http://127.0.0.1:* ws://localhost:* ws://127.0.0.1:* https://us.i.posthog.com; style-src 'self' 'unsafe-inline'; script-src 'self' 'unsafe-inline' 'unsafe-eval'; img-src 'self' data: https: blob:"
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user