We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a226ac5 commit 25c8681Copy full SHA for 25c8681
Robots.js
@@ -449,7 +449,7 @@ Robots.prototype.isDisallowed = function (url, ua) {
449
Robots.prototype.isExplicitlyDisallowed = function(url, ua) {
450
var rule = this._getRule(url, ua, true);
451
if (typeof rule === 'undefined') {
452
- return undefined;
+ return true;
453
}
454
return !(!rule || rule.allow);
455
0 commit comments