mirror of
https://github.com/DeveloLongScript/MHSF.git
synced 2026-05-07 20:35:06 -05:00
7 lines
111 B
Plaintext
7 lines
111 B
Plaintext
|
|
# Block all crawlers for /account
|
||
|
|
User-agent: *
|
||
|
|
Disallow: /account
|
||
|
|
|
||
|
|
# Allow all crawlers
|
||
|
|
User-agent: *
|
||
|
|
Allow: /
|