Skip to content

Commit 81489fc

Browse files
committed
chore: upstream changes
1 parent f73c2a4 commit 81489fc

File tree

1 file changed

+62
-1
lines changed

1 file changed

+62
-1
lines changed
Lines changed: 62 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,64 @@
11
_core:
22
default_config_hash: ceCx5XZ_ay1Mxcv-sB95U_fBKoVkpvo8RaQiwutSZLI
3-
content: "#\r\n# robots.txt\r\n#\r\n# This file is to prevent the crawling and indexing of certain parts\r\n# of your site by web crawlers and spiders run by sites like Yahoo!\r\n# and Google. By telling these \"robots\" where not to go on your site,\r\n# you save bandwidth and server resources.\r\n#\r\n# This file will be ignored unless it is at the root of your host:\r\n# Used: http://example.com/robots.txt\r\n# Ignored: http://example.com/site/robots.txt\r\n#\r\n# For more information about the robots.txt standard, see:\r\n# http://www.robotstxt.org/robotstxt.html\r\n\r\nUser-agent: *\r\n# CSS, JS, Images\r\nAllow: /core/*.css$\r\nAllow: /core/*.css?\r\nAllow: /core/*.js$\r\nAllow: /core/*.js?\r\nAllow: /core/*.gif\r\nAllow: /core/*.jpg\r\nAllow: /core/*.jpeg\r\nAllow: /core/*.png\r\nAllow: /core/*.svg\r\nAllow: /profiles/*.css$\r\nAllow: /profiles/*.css?\r\nAllow: /profiles/*.js$\r\nAllow: /profiles/*.js?\r\nAllow: /profiles/*.gif\r\nAllow: /profiles/*.jpg\r\nAllow: /profiles/*.jpeg\r\nAllow: /profiles/*.png\r\nAllow: /profiles/*.svg\r\n# Directories\r\nDisallow: /core/\r\nDisallow: /profiles/\r\n# Files\r\nDisallow: /README.txt\r\nDisallow: /web.config\r\n# Paths (clean URLs)\r\nDisallow: /admin/\r\nDisallow: /comment/reply/\r\nDisallow: /filter/tips\r\nDisallow: /node/add/\r\nDisallow: /search/\r\nDisallow: /user/register/\r\nDisallow: /user/password/\r\nDisallow: /user/login/\r\nDisallow: /user/logout/\r\n# Paths (no clean URLs)\r\nDisallow: /index.php/admin/\r\nDisallow: /index.php/comment/reply/\r\nDisallow: /index.php/filter/tips\r\nDisallow: /index.php/node/add/\r\nDisallow: /index.php/search/\r\nDisallow: /index.php/user/password/\r\nDisallow: /index.php/user/register/\r\nDisallow: /index.php/user/login/\r\nDisallow: /index.php/user/logout/\r\n"
3+
content: |
4+
#
5+
# robots.txt
6+
#
7+
# This file is to prevent the crawling and indexing of certain parts
8+
# of your site by web crawlers and spiders run by sites like Yahoo!
9+
# and Google. By telling these "robots" where not to go on your site,
10+
# you save bandwidth and server resources.
11+
#
12+
# This file will be ignored unless it is at the root of your host:
13+
# Used: http://example.com/robots.txt
14+
# Ignored: http://example.com/site/robots.txt
15+
#
16+
# For more information about the robots.txt standard, see:
17+
# http://www.robotstxt.org/robotstxt.html
18+
19+
User-agent: *
20+
# CSS, JS, Images
21+
Allow: /core/*.css$
22+
Allow: /core/*.css?
23+
Allow: /core/*.js$
24+
Allow: /core/*.js?
25+
Allow: /core/*.gif
26+
Allow: /core/*.jpg
27+
Allow: /core/*.jpeg
28+
Allow: /core/*.png
29+
Allow: /core/*.svg
30+
Allow: /profiles/*.css$
31+
Allow: /profiles/*.css?
32+
Allow: /profiles/*.js$
33+
Allow: /profiles/*.js?
34+
Allow: /profiles/*.gif
35+
Allow: /profiles/*.jpg
36+
Allow: /profiles/*.jpeg
37+
Allow: /profiles/*.png
38+
Allow: /profiles/*.svg
39+
# Directories
40+
Disallow: /core/
41+
Disallow: /profiles/
42+
# Files
43+
Disallow: /README.txt
44+
Disallow: /web.config
45+
# Paths (clean URLs)
46+
Disallow: /admin/
47+
Disallow: /comment/reply/
48+
Disallow: /filter/tips
49+
Disallow: /node/add/
50+
Disallow: /search/
51+
Disallow: /user/register
52+
Disallow: /user/password
53+
Disallow: /user/login
54+
Disallow: /user/logout
55+
# Paths (no clean URLs)
56+
Disallow: /index.php/admin/
57+
Disallow: /index.php/comment/reply/
58+
Disallow: /index.php/filter/tips
59+
Disallow: /index.php/node/add/
60+
Disallow: /index.php/search/
61+
Disallow: /index.php/user/password
62+
Disallow: /index.php/user/register
63+
Disallow: /index.php/user/login
64+
Disallow: /index.php/user/logout

0 commit comments

Comments
 (0)