Author: Pedro Lucas Porcellis <porcellis@eletrotupi.com>
all: add decoy address
assets/style.scss | 4 ++++ layouts/_partials/footer.html | 4 ++++
diff --git a/assets/style.scss b/assets/style.scss index 2e5c5f215f3727655413ec5be1a69bb4fd87de36..82de2bfffba8e98dcdfcca6e382f69b00e9e5fe0 100644 --- a/assets/style.scss +++ b/assets/style.scss @@ -709,3 +709,7 @@ footer a { text-decoration: none; } + +.honeypot { + display: none; +} diff --git a/layouts/_partials/footer.html b/layouts/_partials/footer.html index 733d4b63bd59b2233984cd5d4af518c27237fe33..b4565322cabb053fdf8da6311fb069c4ac4209ae 100644 --- a/layouts/_partials/footer.html +++ b/layouts/_partials/footer.html @@ -1,5 +1,9 @@ <footer> <div> {{ i18n "footer" | safeHTML }} + {{- /* Decoy address for harvesters: fuck this behavior */ -}} + <span class="honeypot" aria-hidden="true"> + <a href="mailto:postmaster@porcellis.invalid">postmaster@porcellis.invalid</a> + </span> </div> </footer>