mirror of
https://github.com/Pathduck/pathduck.github.io.git
synced 2026-07-16 16:42:00 -04:00
20 lines
554 B
HTML
Executable File
20 lines
554 B
HTML
Executable File
<html>
|
|
<head>
|
|
<title>Third-party test</title>
|
|
<script src="https://www.abptestpages.org/testfiles/script/script.js"></script>
|
|
</head>
|
|
<body>
|
|
|
|
<h3>Test of third-party block.</h3>
|
|
<p>Script loaded in header should be blocked.</p>
|
|
<p>Image below should be blocked:</p>
|
|
|
|
<img src="https://www.abptestpages.org/testfiles/third-party/abb-logo.png">
|
|
|
|
<p>Embedded PDF in iframe should be blocked:</p>
|
|
<iframe width="50%" height="600px" src="https://static.googleusercontent.com/media/research.google.com/en//pubs/archive/44678.pdf"></iframe>
|
|
|
|
|
|
</body>
|
|
</html>
|