mirror of
https://github.com/superseriousbusiness/gotosocial.git
synced 2025-10-29 19:12:25 -05:00
[feature] Block Amazonbot (#2692)
Blocks the Amazon crawler bot. Closes: #2686
This commit is contained in:
parent
9cadc764b3
commit
6528592dd2
1 changed files with 5 additions and 0 deletions
|
|
@ -64,6 +64,11 @@ Disallow: /
|
||||||
User-agent: WellKnownBot
|
User-agent: WellKnownBot
|
||||||
Disallow: /
|
Disallow: /
|
||||||
|
|
||||||
|
# Block Amazonbot, because Amazon.
|
||||||
|
# https://developer.amazon.com/amazonbot
|
||||||
|
User-agent: Amazonbot
|
||||||
|
Disallow: /
|
||||||
|
|
||||||
# Rules for everything else.
|
# Rules for everything else.
|
||||||
User-agent: *
|
User-agent: *
|
||||||
Crawl-delay: 500
|
Crawl-delay: 500
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue