We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
User-agent: * Disallow: /
$this->assertTrue($parser->isDisallowed("&&1@|")); $this->assertFalse($parser->isAllowed('+£€@@1¤'));
The two tests above fails, paths allowed according to the parser, the robots.txt says otherwise...
At least the second one could also be an potential relative path, so we can't just ignore this bug either, we have to fix it...
The text was updated successfully, but these errors were encountered:
Also applies to:
$this->assertFalse($parser->isAllowed('path')); $this->assertFalse($parser->isAllowed('*wildcard'));
I'm not sure why I didn't test that earlier... 😕 This is no longer an low-priority issue, but an huge and prioritized one!
Sorry, something went wrong.
No branches or pull requests
The two tests above fails, paths allowed according to the parser, the robots.txt says otherwise...
At least the second one could also be an potential relative path, so we can't just ignore this bug either, we have to fix it...
The text was updated successfully, but these errors were encountered: