[🚀] InsecureSkipVerify
This commit is contained in:
@ -24,6 +24,7 @@ func TestNewDownloader(t *testing.T) {
|
||||
controller.WithCookie(nil),
|
||||
controller.WithProxy(http.ProxyURL(parse)), // todo: use http client proxy
|
||||
controller.WithTimeout(time.Second*3),
|
||||
controller.WithInsecureSkipVerify(true),
|
||||
).URL("http://10.0.1.34/com.tencent.tmgp.jxqy.apk").
|
||||
Listener(func(event *Event) {
|
||||
if event.Key == EventKeyFinally {
|
||||
|
Reference in New Issue
Block a user