Actions
Bug #3489
closedHTTP videos loading in on HTTPS result in broken JS in IE
Description
When browsing a group with HTTPS that has an HTTP video uploaded it results in the JS completely breaking in IE. Unsure how the JS is affected by this, but HTTP only videos should either be forced to HTTPS or completely hidden.
Updated by krileon over 12 years ago
- Status changed from Assigned to Resolved
- % Done changed from 0 to 100
The videos integration will now force a video to HTTPS if it supports it and if it doesn't it will display "You are viewing this page securely, but this video does not support secure URLs. Please click here to view this video.", which is click-able (and is a language string) to send the user directly to the videos URL.
Confirmed resolves mixed content warnings and also resolves never ending load time on IE.
Actions