// The authority is the only thing that should do port logic.
doMemoUrlMatch(normalizedUrl.authority, normalizedGlobUrl.authority, true) &&
//
normalizedGlobUrl.path === '/' ||
doMemoUrlMatch(normalizedUrl.path, normalizedGlobUrl.path)
)