()
| 475 | } |
| 476 | |
| 477 | func (*NoopWebpusher) PublicKey() string { |
| 478 | return "" |
| 479 | } |
| 480 | |
| 481 | // newSSRFSafeHTTPClient returns an HTTP client that rejects connections to |
| 482 | // private, loopback, link-local, multicast, and unspecified IP addresses. |
no outgoing calls