1
0
mirror of https://github.com/Pathduck/pathduck.github.io.git synced 2026-06-26 13:19:54 -04:00

Changed frame test

This commit is contained in:
Stian Lund
2020-10-24 16:49:31 +02:00
parent 640e961954
commit 12cde4bc21

View File

@@ -10,21 +10,21 @@
<body>
Test Custom protocol: <a href="sftp://mab.sdf.org">mab.sdf.org</a>
<div>
<br>
Test Flash download link: <a href="https://get.adobe.com/flashplayer/">Download</a>
<div>
<br>
Test Mailto link: <a href="mailto:test@test.com">Mailto link</a>
<div>
<br>
Test FTP download: <a href="ftp://ftp.sunet.se/robots.txt">Download over FTP</a>
<div>
<br>
Test "insecure" EXE download: <a href="http://ftp.matrixgames.com/pub/amazon/Afghanistan11-SetupBeta-v070.exe">Download over plain HTTP</a>
<div>
<br>
Test Iframe:<br>
<iframe width="100%" height="200px" src="https://int21.de/frametest/nothing.html"></iframe>
<div>
<iframe width="100%" height="200px" src="https://int21.de/frametest/"></iframe>
<br>
Test Iframe PDF:<br>
<iframe width="100%" height="400px" src="https://research.google.com/pubs/archive/44678.pdf"></iframe>
<div>
<br>
</body>
</html>