node-oauth/lib/_utils.js

4 lines
167 B
JavaScript

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