pub const REST_HOST_ALLOWLIST: &[&str];Expand description
Canonical REST-host allowlist for the 20 wasm-eligible venues.
Hosts are lowercase, scheme-stripped, path-stripped (host only).
Alphabetically sorted. Use is_allowed_rest_host to query.
pub const REST_HOST_ALLOWLIST: &[&str];Canonical REST-host allowlist for the 20 wasm-eligible venues.
Hosts are lowercase, scheme-stripped, path-stripped (host only).
Alphabetically sorted. Use is_allowed_rest_host to query.