feat: add hidden miasma link to website to trap malicious scrapers
This commit is contained in:
parent
e676dd9911
commit
815c2dd213
1 changed files with 7 additions and 0 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue