Skip to content

MM-422 et al bust browser cache

Joe Wass requested to merge MM-406-cherry into master

Created by: MikeYalter

Since we can't find where the bad JSON escaping (or lack there of) is happening, I'm thinking it may be due to browser cached old versions. This changes the brunch build to name the app.js and libs.js files with their md5 checksum and use that in the index.html. Also resolved several security issues in node components. Also fixed proptypes warning on issue and article checkboxes cherry picked, merged package.json leaving the issn validator but taking everything else.

Merge request reports