-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbrowser_testing.html
More file actions
16 lines (16 loc) · 867 Bytes
/
browser_testing.html
File metadata and controls
16 lines (16 loc) · 867 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<html>
<body>
<h1>Links for browser testing</h1>
Do not click these links unless you are using a browser with site reputation protection.
<p><a href="http://http.badssl.com">HTTP1</a></p>
<p><a href="http://www.isthisthingon.org/unicode/index.phtml">HTTP2</a></p>
<p><a href="http://classic.austlii.edu.au/austlii/reports/2021/AustLII_YiR_2021.pdf">HTTP PDF</a></p>
<p><a href="https://expired.badssl.com">Expired</a></p>
<p><a href="https://evil-site.example">Unsafe</a></p>
<p><a href="https://www.wicar.org/test-malware.html">Malware Testing</a></p>
<p><a href="http://malware.wicar.org/data/eicar.com">Malicious</a></p>
<p><a href="redirect_to_http.html">Redirect to http.badssl.com</a></p>
<p><a href="https://www.youtube.com/watch?v=njX2bu-_Vw4&ab_channel=LGGlobal">YouTube video</a></p>
<p><a href="index.html">Up</a></p>
</body>
</html>