()
| 50 | } |
| 51 | |
| 52 | function getSafeProxyForConnectionLog(): string { |
| 53 | const proxyUrl = process.env.HTTP_PROXY || process.env.HTTPS_PROXY; |
| 54 | return proxyUrl ? `or Proxy: ${sanitizeUrl(proxyUrl)}` : ''; |
| 55 | } |
| 56 | |
| 57 | /** |
| 58 | * Returns true when `url` targets the configured Promptfoo Cloud origin: the public |
no test coverage detected
searching dependent graphs…