(settings)
| 130 | } |
| 131 | |
| 132 | function hasManagedProxyMarker(settings) { |
| 133 | return settings && settings._evomap_proxy_client_env?.managed_by === MANAGED_BY; |
| 134 | } |
| 135 | |
| 136 | function isManagedProxyBaseUrl(settings, cfg, value, opts = {}) { |
| 137 | const baseUrl = normalizeUrl(value); |
no outgoing calls
no test coverage detected