Skip to content

Commit 37f870d

Browse files
Chan Chak ShingJ0WI
authored andcommitted
Update Android.xml, add messages.android.com (EFForg#16395)
* Update Android.xml, add www and messages * Add partner.android.com
1 parent 90480f8 commit 37f870d

File tree

1 file changed

+11
-20
lines changed

1 file changed

+11
-20
lines changed
Lines changed: 11 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -1,33 +1,24 @@
11
<!--
22
For other Google coverage, see GoogleServices.xml.
33
4-
5-
Fully covered subdomains:
6-
7-
- (www.)
8-
- developer
9-
- market
10-
- source
11-
124
-->
135
<ruleset name="Android.com">
146

157
<target host="android.com" />
16-
<target host="*.android.com" />
17-
18-
<test url="http://developer.android.com/" />
19-
<test url="http://market.android.com/" />
20-
<test url="http://source.android.com/" />
21-
<test url="http://tools.android.com/" />
8+
<target host="www.android.com" />
9+
<target host="developer.android.com" />
10+
<target host="market.android.com" />
11+
<target host="messages.android.com" />
12+
<target host="partner.android.com" />
13+
<target host="source.android.com" />
14+
<target host="tools.android.com" />
2215

23-
24-
<securecookie host=".+\.android\.com$" name=".+" />
25-
26-
27-
<rule from="^http://((?:developer|market|source)\.)?android\.com/"
28-
to="https://$1android.com/" />
16+
<securecookie host=".+" name=".+" />
2917

3018
<rule from="^http://tools\.android\.com/"
3119
to="https://sites.google.com/a/android.com/tools/" />
3220

21+
<rule from="^http:"
22+
to="https:" />
23+
3324
</ruleset>

0 commit comments

Comments
 (0)