The formula parser of handsontable uses eval() function which is unsafe and cannot be used with a secure CSP.
Can you please tell me:
-
How I can easily remove the formula parser from handsontable.full.js (I don’t need it) ?
I mean, other than manually doing ctrl + F and erase eval(), is there a way for me to release handsontable PRO without this plugin ? -
Is it possible to release a new version of the parser without eval() ?
Right now the library is not usable in production which is a major issue for us.
Thank you