generated from erangel1/generic-template
initial commit. phase 1 complete
This commit is contained in:
+4
@@ -0,0 +1,4 @@
|
||||
// Returns true if this is a host that closes *before* it ends?!?!
|
||||
module.exports.isAnEarlyCloseHost= function( hostName ) {
|
||||
return hostName && hostName.match(".*google(apis)?.com$")
|
||||
}
|
||||
Reference in New Issue
Block a user