mirror of
https://github.com/pi-hole/pi-hole.git
synced 2025-02-16 08:24:09 +00:00
Addes 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
02b0e96db8
commit
76196bce86
1 changed files with 4 additions and 1 deletions
|
@ -1,4 +1,7 @@
|
|||
<html>
|
||||
<head>
|
||||
<script>window.close();</script>
|
||||
</head>
|
||||
<body>
|
||||
</body>
|
||||
</html>
|
||||
</html>
|
||||
|
|
Loading…
Add table
Reference in a new issue