mirror of
https://github.com/zulip/zulip-desktop.git
synced 2025-11-14 10:57:44 +00:00
In certain requests like for fetching realm icons, request tries to verify server certificate and fails when the user has chosen to ignore cert warnings and has not uploaded the cert. In those cases, we should mark that this server verification is ignored and ask request to ignore the cert verification bypassing that parameter. Fixes #684.