Hello!
I have a members-only joomla site with enforced HTTPS.
The issue is.. Ari always seem to somehow change the URLS from HTTPS to HTTP (jquery.min.js:113 receives "inner url" as https.. but the outer "iframe" url is rendered as http always regardless of what I do)
now.. due of the Chrome new restrictions of security.. you cannot have mixed content on an iframe. Chrome will BLOCK by default.
This is of course, blocking all html videos.
If I go and edit the code manually from http to https.. it reloads correctly and shows the video.
What can be edited or tweaked on the source code to prevent this "url" purify process that switches https for http in remote video mode(youtube)?
attaching the resulting html.. note the source is https, and is again.. rendered as http in the iframe.