This repository was 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
Expand file tree
/
Copy pathGoogle.xml
More file actions
107 lines (96 loc) · 3.7 KB
/
Google.xml
File metadata and controls
107 lines (96 loc) · 3.7 KB
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
106
107
<!--
This ruleset only covers (www.)?google.tld
For other Google coverage, see GoogleServices.xml
-->
<ruleset name="Google">
<target host="google.com.*" />
<target host="www.google.com.*" />
<target host="google.co.*" />
<target host="www.google.co.*" />
<target host="google.*" />
<target host="www.google.*" />
<test url="http://google.co.il/" />
<test url="http://www.google.co.il/" />
<test url="http://google.co.in/" />
<test url="http://www.google.co.in/" />
<test url="http://google.co.jp/" />
<test url="http://www.google.co.jp/" />
<test url="http://google.co.kr/" />
<test url="http://www.google.co.kr/" />
<test url="http://google.co.ma/" />
<test url="http://www.google.co.ma/" />
<test url="http://google.co.nz/" />
<test url="http://www.google.co.nz/" />
<test url="http://google.co.th/" />
<test url="http://www.google.co.th/" />
<test url="http://google.co.ug/" />
<test url="http://www.google.co.ug/" />
<test url="http://google.co.uk/" />
<test url="http://www.google.co.uk/" />
<test url="http://google.co.za/" />
<test url="http://www.google.co.za/" />
<test url="http://google.cn/" />
<test url="http://www.google.cn/" />
<test url="http://google.co/" />
<test url="http://www.google.co/" />
<test url="http://google.fr/" />
<test url="http://www.google.fr/" />
<test url="http://google.de/" />
<test url="http://www.google.de/" />
<test url="http://google.lk/" />
<test url="http://www.google.lk/" />
<test url="http://google.in/" />
<test url="http://www.google.in/" />
<test url="http://google.kr/" />
<test url="http://www.google.kr/" />
<test url="http://google.nl/" />
<test url="http://www.google.nl/" />
<test url="http://google.ru/" />
<test url="http://www.google.ru/" />
<test url="http://google.sk/" />
<test url="http://www.google.sk/" />
<test url="http://google.ua/" />
<test url="http://www.google.ua/" />
<test url="http://google.com.au/" />
<test url="http://www.google.com.au/" />
<test url="http://google.com.bo/" />
<test url="http://www.google.com.bo/" />
<test url="http://google.com.co/" />
<test url="http://www.google.com.co/" />
<test url="http://google.com.ec/" />
<test url="http://www.google.com.ec/" />
<test url="http://google.com.hk/" />
<test url="http://www.google.com.hk/" />
<test url="http://google.com.kz/" />
<test url="http://www.google.com.kz/" />
<test url="http://google.com.mx/" />
<test url="http://www.google.com.mx/" />
<test url="http://google.com.ru/" />
<test url="http://www.google.com.ru/" />
<test url="http://google.com.sg/" />
<test url="http://www.google.com.sg/" />
<test url="http://google.com.sl/" />
<test url="http://www.google.com.sl/" />
<test url="http://google.com.vn/" />
<test url="http://www.google.com.vn/" />
<test url="http://www.google.ca/about" />
<test url="http://www.google.com/about" />
<test url="http://www.google.com.au/about" />
<test url="http://www.google.ca/accounts" />
<test url="http://www.google.com/accounts" />
<test url="http://www.google.com.au/accounts" />
<test url="http://www.google.ca/admob" />
<test url="http://www.google.com/admob" />
<test url="http://www.google.ca/adplanner" />
<test url="http://www.google.com/adplanner" />
<test url="http://www.google.com.au/adplanner" />
<test url="http://www.google.ca/ads" />
<test url="http://www.google.com/ads" />
<test url="http://www.google.com.au/ads" />
<test url="http://google.com/search?q=test&tbm=isch" />
<test url="http://www.google.com/search?q=test&tbm=isch" />
<test url="http://www.google.com/search?q=foobar&tbm=isch" />
<test url="http://www.google.com/search?q=foobar&tbm=isch&something=baz" />
<securecookie host=".+" name=".+" />
<rule from="^http:" to="https:" />
</ruleset>