From a768d31efe5a60bcc3cbd806a6c54f58a39a65d0 Mon Sep 17 00:00:00 2001 From: DanielnetoDotCom Date: Tue, 13 Apr 2021 14:41:06 -0300 Subject: [PATCH] https://github.com/WWBN/AVideo/pull/4860 Allow create a whitelist to not block some bots --- install/checkConfiguration.php | 1 + 1 file changed, 1 insertion(+) diff --git a/install/checkConfiguration.php b/install/checkConfiguration.php index 23f6ec59da..7d6bf67313 100644 --- a/install/checkConfiguration.php +++ b/install/checkConfiguration.php @@ -209,6 +209,7 @@ if(empty(\$global['webSiteRootPath'])){ \$mysqlDatabase = '{$_POST['databaseName']}'; //\$global['stopBotsList'] = array('bot','spider','rouwler','Nuclei','MegaIndex','NetSystemsResearch','CensysInspect','slurp','crawler','curl','fetch','loader'); +//\$global['stopBotsWhiteList'] = array('google','bing','yahoo','yandex'); /** * Do NOT change from here