update bots
This commit is contained in:
parent
b6100f4dd4
commit
0e8d580ae9
1 changed files with 20 additions and 2 deletions
|
@ -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>";
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue