Hi!
I was wondering if there is an option I missed that would allow us to automatically categorize all subdomains as internal? so without having to manually fill the internalDomains
in the config file?
i.e.
page_urlhost = www.mysite.com
refr_urlhost = www.mysite.com => internal
refr_urlhost = auth.mysite.com => internal
refr_urlhost = checkout.mysite.com => internal
instead of
refr_urlhost = www.mysite.com => internal
refr_urlhost = auth.mysite.com => unknown
refr_urlhost = checkout.mysite.com => unknown
And if it’s not possible as of now, do you think that could be an option?
Thanks!