You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Github allows loading project pages over either HTTP (i.e. http://bgrins.github.io/spectrum/) or HTTPS (i.e. https://bgrins.github.io/spectrum/). The "Download Zip" button links to an HTTP URL. If the project homepage is loaded in Chrome over HTTPS, then clicking the download button will fail, and trigger an error in the developer toolbar:
Github allows loading project pages over either HTTP (i.e. http://bgrins.github.io/spectrum/) or HTTPS (i.e. https://bgrins.github.io/spectrum/). The "Download Zip" button links to an HTTP URL. If the project homepage is loaded in Chrome over HTTPS, then clicking the download button will fail, and trigger an error in the developer toolbar:
I believe the fix is as simple as changing the download link to https: http://github.com/bgrins/spectrum/archive/1.8.1.zip to https://github.com/bgrins/spectrum/archive/1.8.1.zip.
The text was updated successfully, but these errors were encountered: