1
0
mirror of https://github.com/pi-hole/pi-hole synced 2024-12-23 07:18:07 +00:00

Add 1x1 pixel GIF image. Can apparently be used to trick some of the please-don't-use-adblocker pages as many of them contain code like if ($('Ad').height() == 0) { prevent access to this page; }

This commit is contained in:
DL6ER 2016-12-05 12:34:30 +01:00
parent 3d6b22de6c
commit 0d63cfd6c3

View File

@ -30,6 +30,7 @@ if (!$showPage)
<head> <head>
<script>window.close();</script></head> <script>window.close();</script></head>
<body> <body>
<img src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7">
</body> </body>
</html> </html>
<?php <?php