Addresses SSRF risk

This commit is contained in:
mchev
2026-03-21 19:14:51 +01:00
parent d4e19646ee
commit 07757e747e
7 changed files with 124 additions and 4 deletions

View File

@@ -227,7 +227,7 @@ return [
*
* @var bool
*/
'enable_remote' => true,
'enable_remote' => env('DOMPDF_ENABLE_REMOTE', false),
/**
* A ratio applied to the fonts height to be more like browsers' line height