dherman

Results 17 issues of dherman

Why is the `.min.js` in the ignored section of `bower.json`? Seems like people bower installing this project are exactly the people that would want a minified version. Thanks!

Hi, Based on the comments [here](https://github.com/highcharts/node-export-server/blob/15421d34fd4577da19b7505756f76630dd05561e/lib/server/routes/export.js#L44-L80), it seems like `beforeRequest` and `afterRequest` should either be exported or have methods exported to push callbacks into those arrays. Is that correct and...

Hi, It looks like there is no way to restrict the max height/width or scale of incoming requests, so users can send requests that can either exceed max int, or...

The version of multer in use in this project is subject to a potential DOS attack. The only breaking change made in v2 of multer was that the minimum Node...

Hi, It looks like the UI route is unconditionally added, even if `UI_ENABLE` is set to `false` https://github.com/highcharts/node-export-server/blob/15421d34fd4577da19b7505756f76630dd05561e/lib/server/server.js#L200

I'm looking to set up an instance of the export server at my company and integrate it with our Sentry setup for error monitoring. In order to do that correctly,...