forked from Silverfish/proton-bridge
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