allowedOrigins property

List<String>? allowedOrigins
getter/setter pair

List of origins that are allowed to issue requests with the custom scheme, such as XHRs and subresource requests that have an Origin header.

Implementation

List<String>? allowedOrigins;