animatable icon indicating copy to clipboard operation
animatable copied to clipboard

Avoid mixed-content errors if loaded over HTTPS

Open cben opened this issue 10 years ago • 4 comments

demo: https://cben.github.io/animatable/

cben avatar Feb 25 '15 21:02 cben

:+1: I had to use that version because my browser was redirecting to the HTTPS URL

treyhunner avatar Jul 17 '15 08:07 treyhunner

The problem with // is that it doesn’t work locally anymore (over file://) :/

LeaVerou avatar Jul 18 '15 15:07 LeaVerou

Fixed local usage at the expense of non-SNI browsers. IE6 on XP and Android 2.x will probably break, even when loading via http://leaverou.github.io/animatable/. If you care about those, I could make all work with document.location.protocol sniffing.

cben avatar Jul 19 '15 12:07 cben

IE6 doesn't render anything useful anyway. Don't have access to [simulate] an old enough android to check. SSL Labs claims android 2.x handshake to github pages does succeed (without SNI).

cben avatar Jul 19 '15 12:07 cben