Home
last modified time | relevance | path

Searched refs:allowAnnotationFiles (Results 1 – 3 of 3) sorted by relevance

/plugin/dw2pdf/vendor/mpdf/mpdf/src/Writer/
H A DMetadataWriter.php580 if ($fileAttachment && !$this->mpdf->allowAnnotationFiles) {
581 $this->logger->warning('Embedded files for annotations have to be allowed explicitly with "allowAnnotationFiles" config key');
/plugin/dw2pdf/vendor/mpdf/mpdf/
H A DCHANGELOG.md122 - Security: Embedded files via `<annotation>` custom tag must be explicitly allowed via `allowAnnotationFiles` configuration key
/plugin/dw2pdf/vendor/mpdf/mpdf/src/
H A DMpdf.php288 var $allowAnnotationFiles;
295 var $allowAnnotationFiles; global() variable in Mpdf\\Mpdf