pub fn allowed_outbound_hosts(
component: &AppComponent<'_>,
) -> Result<Vec<String>>
Expand description
Get the raw values of the allowed_outbound_hosts
locked app metadata key.
This has support for converting the old allowed_http_hosts
key to the new allowed_outbound_hosts
key.