Files
node-oauth/lib/_utils.js
2011-08-23 20:59:47 +01:00

4 lines
174 B
JavaScript

// Returns true if this is a host that closes *before* it ends?!?!
module.exports.isAnEarlyCloseHost= function( hostName ) {
return hostName.match(".*google(apis)?.com$")
}