Open Sancus opened 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
$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