mirror of
https://github.com/Yidadaa/ChatGPT-Next-Web.git
synced 2025-08-10 15:22:03 +08:00
using tauri http api run plugin to fixed cors in App
This commit is contained in:
@@ -50,6 +50,11 @@
|
||||
},
|
||||
"notification": {
|
||||
"all": true
|
||||
},
|
||||
"http": {
|
||||
"all": true,
|
||||
"request": true,
|
||||
"scope": ["https://*", "http://*"]
|
||||
}
|
||||
},
|
||||
"bundle": {
|
||||
|
Reference in New Issue
Block a user