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.
5 lines
185 B
TOML
5 lines
185 B
TOML
[[permission]]
|
|
identifier = "allow-proxy-fetch"
|
|
description = "Allow the app webview to perform native HTTP requests (CORS bypass for packaged sites)."
|
|
commands.allow = ["proxy_fetch"]
|