diff --git a/action.php b/action.php index 5c4b9fd..faa2490 100644 --- a/action.php +++ b/action.php @@ -557,6 +557,7 @@ protected function sendPDFFile($cachefile) { header('Content-Type: application/pdf'); header('Cache-Control: must-revalidate, no-transform, post-check=0, pre-check=0'); header('Pragma: public'); + header('X-Robots-Tag: noindex, nofollow'); http_conditionalRequest(filemtime($cachefile)); global $INPUT; $outputTarget = $INPUT->str('outputTarget', $this->getConf('output'));