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 88e1c29 commit 8702b92Copy full SHA for 8702b92
models/webhook.go
@@ -927,6 +927,7 @@ func InitDeliverHooks() {
927
webhookHTTPClient = &http.Client{
928
Transport: &http.Transport{
929
TLSClientConfig: &tls.Config{InsecureSkipVerify: setting.Webhook.SkipTLSVerify},
930
+ Proxy: http.ProxyFromEnvironment,
931
Dial: func(netw, addr string) (net.Conn, error) {
932
conn, err := net.DialTimeout(netw, addr, timeout)
933
if err != nil {
0 commit comments