Controls the behavior of the navigation URI pattern matching algorithm.
Optional
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.
'*://*.site.com'
'http:'
'https:'
true
Controls the behavior of the navigation URI pattern matching algorithm.