mirror of
https://github.com/pi-hole/pi-hole
synced 2025-01-03 12:40:56 +00:00
Added window.close() to index.html
Adding window.close() will automatically close any pop-ups that might get loaded with a blocked ad.
This commit is contained in:
parent
6f0b659b38
commit
0121136498
@ -1,4 +1,7 @@
|
||||
<html>
|
||||
<head>
|
||||
<script>window.close();</script>
|
||||
</head>
|
||||
<body>
|
||||
</body>
|
||||
</html>
|
||||
</html>
|
||||
|
Loading…
Reference in New Issue
Block a user