File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ A "robots.txt" parsing and querying library in C#, closely following the [NoRobo
19
19
## NoRobots RFC Compatibility
20
20
This library attempts to stick closely to the rules defined in the RFC document, including:
21
21
- Global/any user-agent when none is explicitly defined (Section 3.2.1 of RFC)
22
- - Field names (eg. "User-agent") are case sensitive and are character restricted (Section 3.3)
22
+ - Field names (eg. "User-agent") are character restricted (Section 3.3)
23
23
- Allow/disallow rules are performed by order-of-occurence (Section 3.2.2)
24
24
- Loading by URI applies default rules based on access to "robots.txt" (Section 3.1)
25
25
- Interoperability for varying line endings (Section 5.2)
@@ -89,4 +89,4 @@ robotsPageDefinition.Can("translate", "OtherBot/1.0"); //False
89
89
robotsPageDefinition .CanIndex (" superbot/1.0" ); // True
90
90
robotsPageDefinition .CanFollowLinks (" superbot/1.0" ); // True
91
91
robotsPageDefinition .Can (" translate" , " superbot/1.0" ); // True
92
- ```
92
+ ```
You can’t perform that action at this time.
0 commit comments