mirror of
https://github.com/mountain-loop/yaak.git
synced 2026-03-22 01:19:39 +01:00
Fix analytics again
This commit is contained in:
@@ -47,7 +47,6 @@ pub async fn send_http_request(
|
||||
.deflate(true)
|
||||
.referer(false)
|
||||
.danger_accept_invalid_certs(!workspace.setting_validate_certificates)
|
||||
.connection_verbose(true) // TODO: Capture this log somehow
|
||||
.tls_info(true);
|
||||
|
||||
if workspace.setting_request_timeout > 0 {
|
||||
|
||||
Reference in New Issue
Block a user