From b98ce91f32b5aeaea96b9457c1988a6d339ce089 Mon Sep 17 00:00:00 2001
From: Cerdic <cedric@yterium.com>
Date: Tue, 12 Feb 2019 14:49:44 +0100
Subject: [PATCH] Retour a une liste complete de bots telle qu'elle etait sur
 la version non incremente de la zone, et on incremente

---
 config/ecran_securite.php | 53 ++++++++++++++++++++++++++++++++++++---
 1 file changed, 49 insertions(+), 4 deletions(-)

diff --git a/config/ecran_securite.php b/config/ecran_securite.php
index 59c7a0aa8f..f41a8a203d 100644
--- a/config/ecran_securite.php
+++ b/config/ecran_securite.php
@@ -5,7 +5,7 @@
  * ------------------
  */
 
-define('_ECRAN_SECURITE', '1.3.9'); // 2019-02-12
+define('_ECRAN_SECURITE', '1.3.10'); // 2019-02-12
 
 /*
  * Documentation : http://www.spip.net/fr_article4200.html
@@ -39,6 +39,9 @@ if (!defined('_IS_BOT')){
 			'bot',
 			'slurp',
 			'crawler',
+			'crwlr',
+			'java',
+			'monitoring',
 			'spider',
 			'webvac',
 			'yandex',
@@ -49,17 +52,22 @@ if (!defined('_IS_BOT')){
 			'a6-indexer',
 			'aboundex',
 			'accoona',
+			'acrylicapps',
 			'addthis',
 			'adressendeutschland',
 			'alexa',
 			'altavista',
 			'analyticsseo',
+			'antennapod',
+			'arachnys',
 			'archive',
+			'argclrint',
 			'aspseek',
 			'baidu',
 			'begunadvertising',
-			'bingpreview',
+			'bing',
 			'bloglines',
+			'buck',
 			'browsershots',
 			'bubing',
 			'butterfly',
@@ -71,9 +79,13 @@ if (!defined('_IS_BOT')){
 			'crowsnest',
 			'dataminr',
 			'daumoa',
+			'dlvr\.it',
 			'dlweb',
+			'drupal',
 			'ec2linkfinder',
+			'eset\.com',
 			'estyle',
+			'exalead',
 			'ezooms',
 			'facebookexternalhit',
 			'facebookplatform',
@@ -85,6 +97,7 @@ if (!defined('_IS_BOT')){
 			'flipboardproxy',
 			'genieo',
 			'google',
+			'go-http-client',
 			'grapeshot',
 			'hatena-useragent',
 			'head',
@@ -95,46 +108,69 @@ if (!defined('_IS_BOT')){
 			'iltrovatore-setaccio',
 			'immediatenet',
 			'ina',
+			'inoreader',
 			'infegyatlas',
 			'infohelfer',
 			'instapaper',
 			'jabse',
 			'james',
+			'jersey',
 			'kumkie',
 			'linkdex',
 			'linkfluence',
 			'linkwalker',
 			'litefinder',
 			'loadimpactpageanalyzer',
+			'ltx71',
 			'luminate',
 			'lycos',
 			'lycosa',
 			'mediapartners-google',
 			'msai',
+			'myapp',
+			'nativehost',
 			'najdi',
 			'netcraftsurveyagent',
 			'netestate',
 			'netseer',
+			'netnewswire',
+			'newspaper',
+			'newsblur',
 			'nuhk',
+			'nuzzel',
+			'okhttp',
+			'otmedia',
+			'owlin',
+			'owncloud',
 			'panscient',
+			'paper\.li',
 			'parsijoo',
+			'protopage',
 			'plukkie',
 			'proximic',
-			'owlin',
+			'pubsub',
+			'python',
 			'qirina',
+			'qoshe',
 			'qualidator',
+			'qwantify',
 			'rambler',
 			'readability',
+			'ruby',
 			'sbsearch',
+			'scoop\.it',
 			'scooter',
+			'scoutjet',
 			'scrapy',
 			'scrubby',
 			'scrubbybloglines',
 			'shareaholic',
 			'shopwiki',
+			'simplepie',
 			'sistrix',
 			'sitechecker',
 			'siteexplorer',
+			'snapshot',
 			'sogou',
 			'special_archiver',
 			'speedy',
@@ -146,24 +182,31 @@ if (!defined('_IS_BOT')){
 			'superdownloads',
 			'svenska-webbsido',
 			'teoma',
+			'the knowledge AI',
 			'thumbshots',
 			'tineye',
+			'traackr',
 			'trendiction',
+			'trendsmap',
 			'tweetedtimes',
 			'tweetmeme',
+			'universalfeedparser',
 			'uaslinkchecker',
 			'undrip',
 			'unwindfetchor',
+			'upday',
 			'vedma',
 			'vkshare',
 			'vm',
 			'wch',
 			'webalta',
 			'webcookies',
+			'webparser',
 			'webthumbnail',
 			'wesee',
 			'wise-guys',
 			'woko',
+			'wordpress',
 			'wotbox',
 			'y!j-bri',
 			'y!j-bro',
@@ -172,6 +215,7 @@ if (!defined('_IS_BOT')){
 			'yahoo',
 			'yahoo!',
 			'yahooysmcm',
+			'ymobactus',
 			'yats',
 			'yeti',
 			'zeerch'
@@ -184,7 +228,8 @@ if (!defined('_IS_BOT_FRIEND')){
 		isset($_SERVER['HTTP_USER_AGENT'])
 		and preg_match(',' . implode ('|', array(
 			'facebookexternalhit',
-			'flipboardproxy'
+			'flipboardproxy',
+			'wordpress'
 		)) . ',i',
 		(string)$_SERVER['HTTP_USER_AGENT'])
 	);
-- 
GitLab