thunderbird / thundernest-ansible

Thunderbird Web Server Setup Scripts
http://www.thunderbird.net
3 stars 7 forks source link

block shitty webspider #13

Open Sancus opened 7 years ago

Sancus commented 7 years ago

$host = http.getHostHeader(); if ($host == 'autoconfig.thunderbird.net') { $ua = http.getHeader("User-Agent"); if ($ua == 'Mozilla/3.0 (compatible; Indy Library)') { connection.discard(); } }

is what mozilla was blocking