1
0
Fork 0
mirror of https://github.com/DanielnetoDotCom/YouPHPTube synced 2025-10-03 01:39:24 +02:00
Allow create a whitelist to not block some bots
This commit is contained in:
DanielnetoDotCom 2021-04-13 14:41:06 -03:00
parent 5ad9dbf321
commit a768d31efe

View file

@ -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