Using lodash and fabric js in my application but both are not as per Content Security Policy (CSP).
Showing error as:
Uncaught EvalError: Refused to evaluate a string as JavaScript because 'unsafe-eval' is not an allowed source of script in the following Content Security Policy directive: "script-src 'self' ".
Is there any way to get CSP compliant lodash and fabric js both?