mirror of
https://github.com/manualdousuario/marreta.git
synced 2025-09-01 18:20:22 +00:00
12 lines
503 B
PHP
12 lines
503 B
PHP
<?php
|
|
|
|
/**
|
|
* Configurações dos bots
|
|
*
|
|
* Define os user agents que podem ser utilizados para fazer requisições
|
|
*/
|
|
return [
|
|
'Googlebot-News',
|
|
'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/W.X.Y.Z Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)',
|
|
'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; Googlebot/2.1; +http://www.google.com/bot.html) Chrome/W.X.Y.Z Safari/537.36'
|
|
];
|