Preserve aws4fetch Request headers in the shell fetch interceptor, and proxy cross-origin HTTP through a native reqwest command so Windows/Android builds work even when remote CORS only allows web origins.
8 lines
219 B
JSON
8 lines
219 B
JSON
{
|
|
"$schema": "../gen/schemas/desktop-schema.json",
|
|
"identifier": "default",
|
|
"description": "Default capability for the main window",
|
|
"windows": ["main"],
|
|
"permissions": ["core:default", "allow-proxy-fetch"]
|
|
}
|