#1608 - Youtube Comcode doesn't support HTTPS
| Identifier | #1608 |
|---|---|
| Issue type | Minor issue (breaks specific functionality) |
| Title | Youtube Comcode doesn't support HTTPS |
| Status | Completed |
| Handling member | Chris Graham |
| Addon | General / Uncategorised |
| Description | When embedding a youtube video and the user has HTTPS enabled for Google Services, only a white box is displayed vs showing the video.
The current workaround is remove the "S" to get the video to display. |
| Steps to reproduce | |
| Funded? | No |
The system will post a comment when this issue is modified (e.g., status changes). To be notified of this, click "Enable comment notifications".


Comments
(Click to enlarge)
I will fix this, however it won't be retroactive for existing installs, as it's a Custom Comcode tag.
You need to edit the Custom Comcode tag and change the replacement code from:
{$SET,VIDEO,{$PREG_REPLACE,(http://.*\?v=)?(http://youtu.be/)?
to
{$SET,VIDEO,{$PREG_REPLACE,(https?://.*\?v=)?(https?://youtu.be/)?