mirror of
https://github.com/pi-hole/pi-hole.git
synced 2024-11-15 10:43:55 +00:00
Add info that whitelisting blocked pages does not work
This commit is contained in:
parent
2935275227
commit
6b3aea933d
1 changed files with 3 additions and 1 deletions
|
@ -74,7 +74,9 @@ if($uri == "/")
|
||||||
<a class='safe33' id="whitelisting">Whitelist this page</a>
|
<a class='safe33' id="whitelisting">Whitelist this page</a>
|
||||||
<a class='safe33' href='javascript:window.close()'>Close window</a>
|
<a class='safe33' href='javascript:window.close()'>Close window</a>
|
||||||
</div>
|
</div>
|
||||||
<div style="width: 98%; text-align: center; padding: 10px;" hidden="true" id="whitelistingform">Password required!<br/>
|
<div style="width: 98%; text-align: center; padding: 10px;" hidden="true" id="whitelistingform">
|
||||||
|
<p>Note that whitelisting domains which are blocked using the wildcard method won't work.</p>
|
||||||
|
<p>Password required!</p><br/>
|
||||||
<form>
|
<form>
|
||||||
<input name="list" type="hidden" value="white"><br/>
|
<input name="list" type="hidden" value="white"><br/>
|
||||||
Domain:<br/>
|
Domain:<br/>
|
||||||
|
|
Loading…
Reference in a new issue