mirror of
https://github.com/InvoiceShelf/InvoiceShelf.git
synced 2026-04-07 21:44:51 +00:00
Addresses SSRF risk
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user