Files
bug-em/node_modules/oauth/lib/_utils.js
Talor Berthelson 889faf9c1c lol
2016-06-17 20:49:15 -04:00

4 lines
186 B
JavaScript

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