- Sort Score
- Result 10 results
- Languages All
Results 1 - 2 of 2 for BruteBot (0.79 sec)
-
fess-crawler/src/test/java/org/codelibs/fess/crawler/helper/RobotsTxtHelperTest.java
assertTrue(robotsTxt.allows("/foo/bar/index.html", userAgent)); assertEquals(0, robotsTxt.getCrawlDelay(userAgent)); } for (String userAgent : new String[] { "BruteBot", "FOO BruteBot/1.0" }) { assertFalse(robotsTxt.allows("/aaa", userAgent)); assertFalse(robotsTxt.allows("/private/", userAgent)); assertFalse(robotsTxt.allows("/private/index.html", userAgent));
Registered: Sun Sep 21 03:50:09 UTC 2025 - Last Modified: Sat Mar 15 06:52:00 UTC 2025 - 5.9K bytes - Viewed (0) -
fess-crawler/src/test/resources/org/codelibs/fess/crawler/helper/robots.txt
User-agent: FessCrawler Disallow: # allows all User-agent: BruteBot Disallow: / Allow: /foo/bar/ Crawl-delay: 1314000 # welcome! User-agent: Googlebot Crawl-delay: 1 User-agent: * Disallow: /private/ Disallow: /help # disallows /help.html, /help/index.html, etc. Allow: /help/faq.html Crawl-delay: 3 User-agent: Crawler Disallow: /aaa User-agent: Crawler/1.0 Disallow: /bbb
Registered: Sun Sep 21 03:50:09 UTC 2025 - Last Modified: Sun Oct 11 02:16:55 UTC 2015 - 566 bytes - Viewed (0)