-
Notifications
You must be signed in to change notification settings - Fork 1.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
using pdfkit with CSP not allowing eval() #757
Comments
We run into the same problem here. The unsafe evaluation comes from the It renders PDFkit unusable with decent CSP settings that do not include |
Any updates on this? |
Now that foliojs/restructure#28 has been fixed and released in 2.0.0, would it be possible to update pdfkit/fontkit to use the new version without the CSP issue? |
We'd also be really keen on having this. It's preventing us from having a CSP without unsafe-eval on our sites that use AMCharts (which depends on pdfkit, which in turn depends on this) |
Any update? This library cannot be used securely with modern applications. |
+1 this is breaking our Web application security. Do others have alternatives to pdfkit that are secure CSP header friendly? |
Would it be possible, to make pdfkit usable with a CSP not allowing eval()? As our site handles personal data, all eval() is not allowed to be executed, rendering pdfkit unusable.
The text was updated successfully, but these errors were encountered: