mirror of
https://github.com/Buriburizaem0n/nezha_domains.git
synced 2026-02-04 04:30:05 +00:00
✅ gosec
This commit is contained in:
@@ -81,7 +81,7 @@ func (n *Notification) Send(message string) error {
|
||||
}
|
||||
|
||||
transCfg := &http.Transport{
|
||||
TLSClientConfig: &tls.Config{InsecureSkipVerify: verifySSL},
|
||||
TLSClientConfig: &tls.Config{InsecureSkipVerify: verifySSL}, // #nosec
|
||||
}
|
||||
client := &http.Client{Transport: transCfg, Timeout: time.Minute * 10}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user