mirror of
https://github.com/ByteAtATime/raycast-linux.git
synced 2025-09-04 13:10:33 +00:00
fix: update assetProtocol scope configuration in tauri.conf.json
This commit is contained in:
parent
29dae86fc5
commit
3226fe5189
1 changed files with 4 additions and 1 deletions
|
@ -29,7 +29,10 @@
|
||||||
"csp": "http://asset.localhost",
|
"csp": "http://asset.localhost",
|
||||||
"assetProtocol": {
|
"assetProtocol": {
|
||||||
"enable": true,
|
"enable": true,
|
||||||
"scope": ["**"]
|
"scope": {
|
||||||
|
"requireLiteralLeadingDot": false,
|
||||||
|
"allow": ["**/*"]
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue