404 => __('Not found: the page does not exist anymore'),
401 => __('Unauthorized: the page may be accessible only to logged in users'),
403 => __('The auditing tool may have been blocked by a anti bot protection. A manual check may be needed'),
+ 406 => __('The auditing tool cannot open the page. A manual check may be needed'),
400 => __('Bad request'),
600 => __('The URL is invalid'),
429 => __('The URL is invalid'),
if ($column !== "new_url") {
$style->getProtection()->setLocked(Protection::PROTECTION_PROTECTED);
}
- if ($column === 'http_code' || $column === 'target_code' && isset($codes[$value])) {
+ if (($column === 'http_code' || $column === 'target_code') && isset($codes[$value])) {
$c = $sheet->getComment([$col, $row]);
$c->getText()->createText($codes[$value]);
$c->setWidth('300px');