staxmanade / ExceptionMessageBeautifier

Contains a helper that can be used to format exception messages.
http://staxmanade.com/ExceptionMessageBeautifier/
MIT License
30 stars 10 forks source link

Javascripts must be served over HTTPS #1

Closed mustakimali closed 7 years ago

mustakimali commented 7 years ago

image

Please serve javascript over HTTPS, this is in incredibly useful tool so here is a snippet you can use straightaway.

<script src="https://cdnjs.cloudflare.com/ajax/libs/angular.js/1.2.4/angular.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/angular.js/1.2.4/angular-animate.min.js"></script>

Thanks for the tool. 👍

staxmanade commented 7 years ago

Thanks for pointing this out... I'll get it updated.

staxmanade commented 7 years ago

Appreciate the notification. It's been fixed.