]> cat aescling's git repositories - mastodon.git/commit
Update es5-ext to avoid CSP violation (#4145)
authorunarist <m.unarist@gmail.com>
Mon, 10 Jul 2017 17:41:55 +0000 (02:41 +0900)
committerEugen Rochko <eugen@zeonfederated.com>
Mon, 10 Jul 2017 17:41:55 +0000 (19:41 +0200)
commite670fa2af6420268960129d04406db23c3554570
tree68c9edb678cffb84987806b0067914d2e255ae25
parenta3d93e8bbede04ddbbab10168360a32aedc6bcf7
Update es5-ext to avoid CSP violation (#4145)

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
yarn.lock