Skip to content

Commit

Permalink
fix(tauri): enable http for windows
Browse files Browse the repository at this point in the history
  • Loading branch information
endrl committed Sep 29, 2023
1 parent 1c4f507 commit 6d41b29
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions tauri/tauri.conf.json
Original file line number Diff line number Diff line change
Expand Up @@ -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
}
}
}
}

0 comments on commit 6d41b29

Please sign in to comment.