Whether a discovered link's hostname is in crawl scope.
Hostname, not origin: this is the crawl filter, not the isAllowedOrigin
gate that guards scripted-state URLs and request steps. Following a link
only navigates and screenshots, and inside one deployment an http→https or
cross-port link is ordinary, so the scheme and port are deliberately not
compared here. See the note on isAllowedOrigin in shared.ts.
Whether a discovered link's hostname is in crawl scope.
Hostname, not origin: this is the crawl filter, not the
isAllowedOrigingate that guards scripted-state URLs andrequeststeps. Following a link only navigates and screenshots, and inside one deployment an http→https or cross-port link is ordinary, so the scheme and port are deliberately not compared here. See the note onisAllowedOrigininshared.ts.