Skip to content

Commit

Permalink
Update config
Browse files Browse the repository at this point in the history
  • Loading branch information
Ovenoboyo committed Sep 24, 2024
1 parent f8677ea commit 98a1070
Showing 1 changed file with 11 additions and 3 deletions.
14 changes: 11 additions & 3 deletions src-tauri/tauri.conf.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"macOSPrivateApi": false,
"windows": [
{
"url": "/mainWindow",
"url": "/main/allsongs",
"height": 800,
"width": 1024,
"decorations": true,
Expand All @@ -18,7 +18,15 @@
"requireLiteralLeadingDot": false
}
},
"csp": "default-src tauri: 'self'; img-src tauri: 'self' asset: media: https://asset.localhost https: http:; media-src blob: tauri: 'self' http: https: asset: media: https://asset.localhost ; connect-src ipc: tauri: http://ipc.localhost asset: ; style-src 'unsafe-inline' tauri:; frame-src youtube.com https://www.youtube.com; script-src 'wasm-unsafe-eval';",
"csp": {
"default-src": "'self' tauri: asset: http://tauri.localhost http://asset.localhost",
"connect-src": "tauri: http://tauri.localhost",
"media-src": "'self' blob: asset: https://asset.localhost tauri: http://tauri.localhost https: http:",
"img-src": "'self' asset: https://asset.localhost https: http:",
"style-src": "'unsafe-inline' 'self' https://fonts.googleapis.com",
"frame-src": "youtube.com https://www.youtube.com",
"script-src": "'wasm-unsafe-eval' tauri: http://tauri.localhost"
},
"dangerousDisableAssetCspModification": false,
"freezePrototype": false,
"pattern": {
Expand Down Expand Up @@ -90,5 +98,5 @@
}
},
"productName": "Moosync",
"version": "0.0.0"
"version": "0.0.1"
}

0 comments on commit 98a1070

Please sign in to comment.