diff --git a/tauri/tauri.conf.json b/tauri/tauri.conf.json index e10eda8d424..aae71359f11 100644 --- a/tauri/tauri.conf.json +++ b/tauri/tauri.conf.json @@ -52,7 +52,8 @@ } ], "security": { - "csp": "default-src blob: data: filesystem: ws: wss: http: https: tauri: 'unsafe-eval' 'unsafe-inline' 'self' img-src: 'self'" + "csp": "default-src blob: data: filesystem: ws: wss: http: https: tauri: 'unsafe-eval' 'unsafe-inline' 'self' img-src: 'self'", + "dangerousUseHttpScheme": true } } -} +} \ No newline at end of file