update bots

This commit is contained in:
Shinsuke Sugaya 2015-12-12 07:11:47 +09:00
parent b6100f4dd4
commit 0e8d580ae9

View file

@ -163,8 +163,26 @@ public class Constants extends CoreLibConstants {
public static final String DEFAULT_PURGE_DAY = "30";
public static final String DEFAULT_PURGE_BY_BOTS = "BaiduMobaider," + "Baiduspider," + "CCBot," + "Googlebot," + "ia_archive,"
+ "Mediapartners-Google," + "mobile goo," + "msnbot," + "Slurp,Yeti";
public static final String DEFAULT_PURGE_BY_BOTS = "Crawler"//
+ ",crawler"//
+ ",Bot"//
+ ",bot"//
+ ",Slurp"//
+ ",Yeti"//
+ ",Baidu"//
+ ",Steeler"//
+ ",ichiro"//
+ ",hotpage"//
+ ",Feedfetcher"//
+ ",ia_archiver"//
+ ",Y!J-BRI"//
+ ",Google Desktop"//
+ ",Seznam"//
+ ",Tumblr"//
+ ",YandexBot"//
+ ",Chilkat"//
+ ",CloudFront"//
+ ",Mediapartners";
public static final String DEFAULT_FROM_EMAIL = "Administrator <root@localhost>";