javascript - Firefox and Chrome blocking youtube videos and other media -


how can around this? wan't make sure users see content without having press "disable protection on page" button.

what you're trying load youtube on http connection whilst own site served on https connection, making possible man in middle attack change content of youtube , affect site. youtube doesn't allow loading videos on https far can see there no way solve problem if site needs work on https. either have disable secured connection on site or alternatively not use youtube, whatever choose have accept loaded page insecure.

(btw, not sure how browser treats mixed content, because loading youtube player possible on https, loading video stream on https not possible, pressume html5 player won't work , flash player work, have more testing make sure of this)


Comments

Popular posts from this blog

c++ - OpenCV Error: Assertion failed <scn == 3 ::scn == 4> in unknown function, -

php - render data via PDO::FETCH_FUNC vs loop -

The canvas has been tainted by cross-origin data in chrome only -