mirror of
https://github.com/standardebooks/web.git
synced 2025-07-19 21:04:49 -04:00
Improve honeypot link
This commit is contained in:
parent
4eb45bd54b
commit
b48f3a5798
3 changed files with 5 additions and 3 deletions
|
@ -120,7 +120,7 @@ if(!$isXslt){
|
|||
<? } ?>
|
||||
<a href="/">Standard Ebooks</a>
|
||||
<? /* This link is hidden to regular users, and also disallowed by `robots.txt`. If a rude bot crawls this URL, `fail2ban` bans the IP for 24 hours. See `./config/fail2ban/filter.d/se.conf`. */ ?>
|
||||
<a href="/honeypot" hidden="hidden">Following this link will ban your IP for 24 hours</a>
|
||||
<a href="/honeypot" hidden="hidden" class="honeypot" rel="nofollow">Following this link will ban your IP for 24 hours</a>
|
||||
<nav>
|
||||
<ul>
|
||||
<li>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue