Changeset 27909


Ignore:
Timestamp:
Mar 24, 2014, 6:01:39 PM (10 years ago)
Author:
Eric
Message:

Add Slurp (Yahoo!) search engine exclusion

File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/whois_online/main.inc.php

    r21666 r27909  
    3434// robots, we avoid wasting resources on servers.
    3535if (isset($_SERVER["HTTP_USER_AGENT"])
    36     and preg_match('/(Googlebot|bingbot|Baiduspider|yandex|AhrefsBot|msnbot)/', $_SERVER["HTTP_USER_AGENT"]))
     36    and preg_match('/(Googlebot|bingbot|Baiduspider|yandex|AhrefsBot|msnbot|Slurp)/', $_SERVER["HTTP_USER_AGENT"]))
    3737{
    3838  return;
Note: See TracChangeset for help on using the changeset viewer.