Skip to content
  • unarist's avatar
    Update es5-ext to avoid CSP violation (#4145) · e670fa2a
    unarist authored and Eugen Rochko's avatar Eugen Rochko committed
    Since es5-ext used `new Function("...")`, it caused CSP violation unless "unsafe-eval" included. So this patch updates it to the version which fixes it.
    
    Note that this package is used in polyfills, so loaded only if needed. I've encountered this issue on iOS9.
    
    cf. medikoo/es5-ext@d3864493
    e670fa2a
This project manages its dependencies using Yarn. Learn more