craigwatson / bitcoind-status

PHP application to display status and information from the Bitcoin node daemon.
https://odin.vikingserv.net
Apache License 2.0
82 stars 77 forks source link

Forcing 'chartdata.php' to return the correct 'Content-Type' header #55

Closed danielgrant closed 5 years ago

danielgrant commented 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.

danielgrant commented 5 years ago

Removed HHVM from .travis.yml as per #53.