(url)
| 504 | * factored into its own package. |
| 505 | */ |
| 506 | export function getProxySourceOrigin(url) { |
| 507 | userAssert(isProxyOrigin(url), 'Expected proxy origin %s', url.origin); |
| 508 | return getSourceOrigin(url); |
| 509 | } |
| 510 | |
| 511 | /** |
| 512 | * Returns the base cid for the current user(). This string must not |
no test coverage detected