back to list
Mixed Contents Demo
access https://~ and see error message on console
- iframe
- object (flash.swf)
- stylesheet
- script
- style url()
-
- XHR
-
About Mixed Contents
Mixed Passive Content
- <img src>
- <audio src>
- <video src>
- (<object> with requesting subresource with http)
Mixed Active Content
- <iframe src>
- <object data>
- <link href>
- <script src>
- url() in CSS (@font-face, background-image etc)
- XHR