mirror of
https://github.com/ProtonMail/proton-bridge.git
synced 2026-02-09 02:28:33 +00:00
refactor: set app version when enabling remote tls issue reporting
This commit is contained in:
committed by
Michal Horejsek
parent
0fd5ca3a24
commit
e9735c6110
@ -144,7 +144,7 @@ func (p *proxyProvider) canReach(url string) bool {
|
||||
url = "https://" + url
|
||||
}
|
||||
|
||||
pinningDialer := NewPinningTLSDialer(NewBasicTLSDialer(), "")
|
||||
pinningDialer := NewPinningTLSDialer(NewBasicTLSDialer())
|
||||
|
||||
pinger := resty.New().
|
||||
SetHostURL(url).
|
||||
|
||||
Reference in New Issue
Block a user