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
I've done some investigation on this. It's not happening at the Directive level but at the Agent level where we normalize the paths as URLs. The string */test is being transformed into /*/test before being handed to the Directive object and obviously /*/test doesn't match /test.
For the given robots.txt file:
The path
/test
should not be allowed.The text was updated successfully, but these errors were encountered: