mirror of
https://github.com/tauri-apps/plugins-workspace.git
synced 2026-09-20 21:20:42 +02:00
feat(http): enable cookies and set origin header (#1192)
This commit is contained in:
@@ -39,7 +39,8 @@ default = [
|
||||
"rustls-tls",
|
||||
"http2",
|
||||
"charset",
|
||||
"macos-system-configuration"
|
||||
"macos-system-configuration",
|
||||
"cookies"
|
||||
]
|
||||
multipart = [ "reqwest/multipart" ]
|
||||
json = [ "reqwest/json" ]
|
||||
|
||||
Reference in New Issue
Block a user