Piwik\Plugins\PrivacyManager\DoNotTrackHeaderChecker::getBrowsersWithDNTAlwaysEnabled PHP Метод

getBrowsersWithDNTAlwaysEnabled() защищенный Метод

Some browsers have DNT enabled by default. For those we will ignore DNT and always track those users.
protected getBrowsersWithDNTAlwaysEnabled ( ) : array
Результат array
    protected function getBrowsersWithDNTAlwaysEnabled()
    {
        return array('MSIE', 'Trident', 'Maxthon', 'Epiphany');
    }