You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
//if it is a bot and not requesting a resource and is not whitelisted...dont prerenderif(Array.isArray(this.whitelist)&&this.whitelist.every(function(whitelisted){return(newRegExp(whitelisted)).test(req.url)===false;}))returnfalse;
how can we judge that the bot is not requesting a resource?
thanks for listening to my question!
The text was updated successfully, but these errors were encountered:
zhanzizhen
changed the title
i cannot understand this line
how can we judge that the bot is not requesting a resource?
Nov 22, 2019
how can we judge that the bot is not requesting a resource?
thanks for listening to my question!
The text was updated successfully, but these errors were encountered: