AboutSupportDeveloper GuideVersion 38.126.82.69
RuleMatchOptions: {
    matchAllSchemes?: boolean;
}

Controls the behavior of the navigation URI pattern matching algorithm.

Type declaration

  • Optional matchAllSchemes?: boolean

    Matches all schemes rather than just http and https when a wild card is specified. For example, '*://*.site.com' will only match urls which begin with 'http:' or 'https:' unless this setting is true.