pub fn public_site_origin_for_request(
origins: &[String],
scheme: &str,
host: &str,
) -> Option<String>Expand description
Selects the configured public-site origin that matches the current request, falling back to the first configured origin.