feat: add hidden miasma link to website to trap malicious scrapers
All checks were successful
ci / test (push) Successful in 44s
ci / lint (push) Successful in 1m18s
ci / deploy (push) Successful in 21s

This commit is contained in:
Ceferino Patino 2026-05-03 21:44:13 -05:00
commit 815c2dd213
Signed by: c4patino
SSH key fingerprint: SHA256:Wu+cU1t+7zVT9wzew/4meNmeulo66NzMqc22MdDBgXI

View file

@ -95,5 +95,12 @@ const { title, description, canonical } = Astro.props;
</main>
</div>
<Footer />
<a
href="https://miasma.cpatino.com/miasma/"
style="display:none"
aria-hidden="true"
tabindex="-1">Amazing high quality data here!</a
>
</body>
</html>