Replies: 1 comment
-
|
Would running Chromium in a Docker container solve this problem? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
As soon as the CVE becomes available, we will take the recommended mitigation actions mentioned at https://ubuntu.com/security/CVE-2023-32233.
Unfortunately, the creation of PDF files no longer functions due to this issue.
Currently, we have resolved it by following these steps outlined here: https://github.com/puppeteer/puppeteer/blob/main/docs/troubleshooting.md#alternative-setup-setuid-sandbox
Additionally, we have added the following environment variable to the PHP FPM configuration: "env[CHROME_DEVEL_SANDBOX] = /usr/local/sbin/chrome-devel-sandbox."
Is this the correct approach, or is there another method you recommend in your package?
Thank you in advance.
Ronald
Beta Was this translation helpful? Give feedback.
All reactions