fix(tauri): http jellyfin server address (#2050)

This commit is contained in:
endrl 2023-10-01 16:58:16 +02:00 committed by GitHub
parent 0cc2841a44
commit 323d0a87ff
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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
}
}
}