(ctx context.Context)
| 169 | } |
| 170 | |
| 171 | func (wh *Webhook) SanitizedUrl(ctx context.Context) string { |
| 172 | // Basic auth credentials may have been included in the URL, in which case obscure them |
| 173 | return base.RedactBasicAuthURLUserAndPassword(ctx, wh.url) |
| 174 | } |