Controls the behavior of the navigation URI pattern matching algorithm.
Type declaration
OptionalmatchAllSchemes?: 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.
Controls the behavior of the navigation URI pattern matching algorithm.