1
0
mirror of https://github.com/kkapsner/CanvasBlocker synced 2024-06-13 08:29:52 +02:00

Avoid mixed content in test

This commit is contained in:
kkapsner 2020-03-12 23:01:42 +01:00
parent 73e5f5737b
commit 895f1a6f66

View File

@ -44,7 +44,7 @@
<h3>iFrame Test 3 - violating SOP</h3> <h3>iFrame Test 3 - violating SOP</h3>
<img class="display"><br> <img class="display"><br>
Hash: <span class="hash"></span> (isPointInPath: <span class="isPointInPath"></span>) Hash: <span class="hash"></span> (isPointInPath: <span class="isPointInPath"></span>)
<iframe src="http://example.org" style="display:none"></iframe> <iframe src="//example.org" style="display:none"></iframe>
<button>refresh</button> <button>refresh</button>
</div> </div>
<div id="iframe4"> <div id="iframe4">