Skip to content

Commit

Permalink
fix(tauri): http jellyfin server address (#2050)
Browse files Browse the repository at this point in the history
  • Loading branch information
endrl authored Oct 1, 2023
1 parent 0cc2841 commit 323d0a8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion 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 323d0a8

Please sign in to comment.