add check wxmsg
This commit is contained in:
15
src/modules/html/robot.ts
Normal file
15
src/modules/html/robot.ts
Normal file
@@ -0,0 +1,15 @@
|
||||
export const robotsTxt = `User-agent: *
|
||||
Disallow: /admin/
|
||||
Disallow: /config/
|
||||
Disallow: /settings/
|
||||
Disallow: /private/
|
||||
Disallow: /secret/
|
||||
Disallow: /.git/
|
||||
Disallow: /.env
|
||||
Disallow: /backup/
|
||||
Disallow: /backups/
|
||||
Disallow: /logs/
|
||||
Disallow: /log/
|
||||
Disallow: /tmp/
|
||||
Disallow: /plus/
|
||||
`;
|
||||
Reference in New Issue
Block a user