allowedOriginRules property

Set<String> allowedOriginRules
getter/setter pair

A set of matching rules for the allowed origins.

NOTE: available only on Android and only if WebViewFeature.DOCUMENT_START_SCRIPT feature is supported.

Implementation

late Set<String> allowedOriginRules;