This repository has been archived by the owner on Nov 6, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
/
Copy pathGoogle.tld_Subdomains.xml
105 lines (97 loc) · 3.95 KB
/
Google.tld_Subdomains.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
<!--
For other Google coverage, see GoogleServices.xml
This ruleset is subdomains that exist on google.tld (not just google.com)
*** images.google.tld is covered in GoogleImages.xml ***
-->
<ruleset name="Google.tld Subdomains">
<!--
failure: *.google.* failed: The target host must be a hostname, not URL, and must use at most one wildcard.
-->
<target host="accounts.google.*" />
<target host="adwords.google.*" />
<target host="finance.google.*" />
<target host="groups.google.*" />
<target host="id.google.*" />
<target host="lh2.google.*" />
<target host="lh3.google.*" />
<target host="lh4.google.*" />
<target host="lh5.google.*" />
<target host="lh6.google.*" />
<target host="m.google.*" />
<target host="news.google.*" />
<target host="picasaweb.google.*" />
<target host="scholar.google.*" />
<target host="translate.google.*" />
<target host="accounts.google.co.*" />
<target host="adwords.google.co.*" />
<target host="finance.google.co.*" />
<target host="groups.google.co.*" />
<target host="id.google.co.*" />
<target host="lh2.google.co.*" />
<target host="lh3.google.co.*" />
<target host="lh4.google.co.*" />
<target host="lh5.google.co.*" />
<target host="lh6.google.co.*" />
<target host="m.google.co.*" />
<target host="news.google.co.*" />
<target host="picasaweb.google.co.*" />
<target host="scholar.google.co.*" />
<target host="translate.google.co.*" />
<target host="accounts.google.com.*" />
<target host="adwords.google.com.*" />
<target host="finance.google.com.*" />
<target host="groups.google.com.*" />
<target host="id.google.com.*" />
<target host="lh2.google.com.*" />
<target host="lh3.google.com.*" />
<target host="lh4.google.com.*" />
<target host="lh5.google.com.*" />
<target host="lh6.google.com.*" />
<target host="m.google.com.*" />
<target host="news.google.com.*" />
<target host="picasaweb.google.com.*" />
<target host="scholar.google.com.*" />
<target host="translate.google.com.*" />
<securecookie host="^(accounts|adwords|m|picasaweb|translate)\.google\.[\w.]{2,6}$" name=".+" />
<!-- path that 404 on https but 301 on http -->
<rule from="^http://news\.google\.((com?\.)?\w{2,3})/archivesearch"
to="https://news.google.$1/news/advanced_news_search" />
<test url="http://news.google.ca/archivesearch" />
<test url="http://news.google.com/archivesearch" />
<test url="http://news.google.com.au/archivesearch" />
<rule from="^http://(accounts|adwords|finance|groups|id|lh\d|m|news|picasaweb|scholar|translate)\.google\.((com?\.)?\w{2,3})/"
to="https://$1.google.$2/" />
<test url="http://accounts.google.ca/" />
<test url="http://accounts.google.com/" />
<test url="http://accounts.google.com.au/" />
<test url="http://adwords.google.ca/" />
<test url="http://adwords.google.com/" />
<test url="http://adwords.google.com.au/" />
<test url="http://finance.google.ca/" />
<test url="http://finance.google.com/" />
<test url="http://finance.google.co.uk/" />
<test url="http://groups.google.ca/" />
<test url="http://groups.google.com/" />
<test url="http://groups.google.com.au/" />
<test url="http://id.google.ca/" />
<test url="http://id.google.com/" />
<test url="http://id.google.com.au/" />
<test url="http://lh3.google.ca/" />
<test url="http://lh4.google.com/" />
<test url="http://lh5.google.com.au/" />
<test url="http://m.google.ca/" />
<test url="http://m.google.com/" />
<test url="http://m.google.com.au/" />
<test url="http://news.google.ca/" />
<test url="http://news.google.com/" />
<test url="http://news.google.com.au/" />
<test url="http://picasaweb.google.ca/" />
<test url="http://picasaweb.google.com/" />
<test url="http://picasaweb.google.com.au/" />
<test url="http://scholar.google.ca/" />
<test url="http://scholar.google.com/" />
<test url="http://scholar.google.com.au/" />
<test url="http://translate.google.com/" />
<test url="http://translate.google.co.jp/" />
<test url="http://translate.google.com.kh/" />
</ruleset>