validateEgressExtraHosts
validateEgressExtraHosts(
value):Field<string[]>
Defined in: src/validate.ts:591
egressExtraHosts — per-repo extra allowlisted hosts for the autonomous egress firewall.
Absent → default []. Each entry is validated AND normalized with the SAME gate the
allowlist builder uses (normalizeHost from egress.ts), so a host that validates is
exactly a host that will make the allowlist — and the stored value is the normalized
form, eliminating the “persisted but silently dropped at spawn” skew.
Parameters
Section titled “Parameters”unknown
Returns
Section titled “Returns”Field<string[]>