CSP block all mixed content test

How to do this test

1. Put this page under https domain

2. This page html head tag contains following code


<meta http-equiv="Content-Security-Policy" content="block-all-mixed-content" />

3. Add a http hosted image with code here

<img width="50%" src="http://static.junhuih.com/https-test/NowYouSeeMe.jpg" />

There is an image in blow, but browser will block it, and in this case, there is no any alert on the browser gui

Notes: