We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6ddd3b0 commit 7eacdcfCopy full SHA for 7eacdcf
models/webhook.go
@@ -973,6 +973,7 @@ func InitDeliverHooks() {
973
webhookHTTPClient = &http.Client{
974
Transport: &http.Transport{
975
TLSClientConfig: &tls.Config{InsecureSkipVerify: setting.Webhook.SkipTLSVerify},
976
+ Proxy: http.ProxyFromEnvironment,
977
Dial: func(netw, addr string) (net.Conn, error) {
978
conn, err := net.DialTimeout(netw, addr, timeout)
979
if err != nil {
0 commit comments