mirror of
https://github.com/ByteAtATime/raycast-linux.git
synced 2025-09-01 11:47:22 +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",
|
||||
"assetProtocol": {
|
||||
"enable": true,
|
||||
"scope": ["**"]
|
||||
"scope": {
|
||||
"requireLiteralLeadingDot": false,
|
||||
"allow": ["**/*"]
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue