nytimes / ice

track changes with javascript
Other
1.71k stars 194 forks source link

Remove jquery-migrate dependency #118

Open zwik opened 9 years ago

zwik commented 9 years ago

jquery-migrate-1.2.1.js is vulnerable to XSS attacks. This fixes removes the dependency of this file. You can now also upgrade your JQuery to a higher version.

zwik commented 8 years ago

@itmilos yes, we run in production with this change :) .

itmilos commented 8 years ago

I have tested everything, it looks good I would definitely merge this into master.

delambo commented 8 years ago

Thanks @zwik @itmilos - Can you add a note under the Master changelog section about this change and the recommended version of jQuery (or at least the version you're testing against).

delambo commented 8 years ago

Fixes #87