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 3191b2f commit 219a284Copy full SHA for 219a284
RobotsTxt/RobotsMatcher.cs
@@ -308,7 +308,7 @@ public void Clear()
308
byte[]? _path;
309
private List<byte[]>? _userAgents; // Set by InitUserAgentsAndPath.
310
311
- internal bool OneAgentAllowedByRobots(byte[] robotsContent, string userAgent, string url)
+ public bool OneAgentAllowedByRobots(byte[] robotsContent, string userAgent, string url)
312
{
313
var userAgents = new List<string> { userAgent };
314
return AllowedByRobots(robotsContent, userAgents, url);
0 commit comments