Limit base domain detection to https only URI

For example, if the URI value https://google.com uses base domain match detection (default option)
Both

are matched.

Implement Base Domain HTTPS to ignore non secure sites.

I know I can use Starts With detection method but it is not as convenient as Base Domain.

But “Base Domain” by its very definition will only look at the domain in question, not the protocol, subdomains, port numbers, etc. I think “Starts With” is the right way to match what you need.

1 Like