pub fn parse_public_site_origins(value: &str) -> Result<Vec<String>>Expand description
Parses, normalizes, and de-duplicates configured public site origins while preserving order.
ยงErrors
Returns an error when the value is not a JSON string array or any non-blank entry is not a valid concrete public-site origin.