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
When self-hosting video.js as an httpS resource (one one's own server) the script still tries to load the fallback swf from an http cdn:
line 79: flash: { swf: "http://vjs.zencdn.net/c/video-js.swf" },
This causes IE8 to issue a warning to the user "Do you want to view only the webpage content that was delivered securely?" - requires the user to click 'No' to proceed.
Suggested fix - detect when page is https, and in that case use a relative url e.g. /st/video-js.swf
The text was updated successfully, but these errors were encountered:
This causes IE8 to issue a warning to the user "Do you want to view only the webpage content that was delivered securely?" - requires the user to click 'No' to proceed.
Suggested fix - detect when page is https, and in that case use a relative url e.g. /st/video-js.swf
Reply to this email directly or view it on GitHub: #188
When self-hosting video.js as an httpS resource (one one's own server) the script still tries to load the fallback swf from an http cdn:
This causes IE8 to issue a warning to the user "Do you want to view only the webpage content that was delivered securely?" - requires the user to click 'No' to proceed.
Suggested fix - detect when page is https, and in that case use a relative url e.g. /st/video-js.swf
The text was updated successfully, but these errors were encountered: