geforkt von mirrored/vaultwarden
Merge pull request #571 from BlackDex/icon-proxy-support
Added reqwest proxy support
Dieser Commit ist enthalten in:
Commit
27c23b60b8
1 geänderte Dateien mit 1 neuen und 0 gelöschten Zeilen
|
@ -27,6 +27,7 @@ const ALLOWED_CHARS: &str = "_-.";
|
|||
lazy_static! {
|
||||
// Reuse the client between requests
|
||||
static ref CLIENT: Client = Client::builder()
|
||||
.use_sys_proxy()
|
||||
.gzip(true)
|
||||
.timeout(Duration::from_secs(CONFIG.icon_download_timeout()))
|
||||
.default_headers(_header_map())
|
||||
|
|
Laden …
In neuem Issue referenzieren