···120120 })
121121}
122122123123-/// Allow a specific domain to access your server.
123123+/// Allow a specific domain to access your server. The domain must be a valid
124124+/// URI, conformant to RFC 3986. In case it's not conformant, a warning will be
125125+/// emitted, and Cors won't be changed.
124126/// You can specify multiple domains to access your server. In this case, call
125127/// the function multiple times on `Cors` data.
126128/// ```