Skip to content

Commit

Permalink
Update Chromium.php
Browse files Browse the repository at this point in the history
  • Loading branch information
pdchaudhary authored Sep 18, 2023
1 parent bd2e352 commit 26a4f7c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Processor/Chromium.php
Original file line number Diff line number Diff line change
Expand Up @@ -116,6 +116,7 @@ public function getPdfFromString(string $html, array $params = [], bool $returnF
'startupTimeout' => 120,
'enableImages' => true,
'ignoreCertificateErrors' => true,
'customFlags' => [ '--disable-dev-shm-usage','--disable-gpu']
]);
}

Expand Down

0 comments on commit 26a4f7c

Please sign in to comment.