Closed danielgrant closed 5 years ago
When strict MIME type checking is enabled, the calls to /chartdata.php fail as a Content-Type of text/html is returned. This PR forces a Content-Type of application/javascript.
/chartdata.php
Content-Type
text/html
application/javascript
Removed HHVM from .travis.yml as per #53.
.travis.yml
When strict MIME type checking is enabled, the calls to
/chartdata.php
fail as aContent-Type
oftext/html
is returned. This PR forces aContent-Type
ofapplication/javascript
.