mirror of
https://github.com/tauri-apps/tauri.git
synced 2026-04-03 10:11:15 +02:00
fix(core): resolve request instead of panicking on asset protocol (#3347)
This commit is contained in:
committed by
GitHub
parent
3d92f4c272
commit
03fc92c830
@@ -101,7 +101,7 @@
|
||||
},
|
||||
"protocol": {
|
||||
"asset": true,
|
||||
"assetScope": ["$RESOURCE/**"]
|
||||
"assetScope": ["$RESOURCE/**", "$APP/**"]
|
||||
},
|
||||
"http": {
|
||||
"scope": ["https://jsonplaceholder.typicode.com/todos/*"]
|
||||
|
||||
Reference in New Issue
Block a user