We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7c369b9 commit 8cef6e0Copy full SHA for 8cef6e0
1 file changed
frontend/src-tauri/tauri.conf.json
@@ -60,10 +60,10 @@
60
"security": {
61
"assetProtocol": {
62
"scope": [
63
- "$HOME/.local/share/PictoPy/thumbnails/**",
64
- "**",
65
- "$HOME/Library/Application Support/PictoPy/thumbnails/**"
66
- ],
+ "$HOME/.local/share/PictoPy/thumbnails/**",
+ "**",
+ "$HOME/Library/Application Support/PictoPy/thumbnails/**"
+ ],
67
"enable": true
68
},
69
"csp": "default-src 'self'; img-src 'self' data: asset: http://asset.localhost; media-src 'self' blob: data:; connect-src 'self' ipc: http://ipc.localhost http://localhost:52123 ws://localhost:52123 http://localhost:52124 ws://localhost:52124"
0 commit comments