12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879 |
- <ruleset name="Search www.google.com">
- <target host="*.google.com" />
- <target host="google.com" />
- <target host="www.google.com.*" />
- <target host="google.com.*" />
- <target host="www.google.co.*" />
- <target host="google.co.*" />
- <target host="www.google.*" />
- <target host="google.*" />
-
- <target host="clients1.google.com.*" />
- <target host="clients2.google.com.*" />
- <target host="clients3.google.com.*" />
- <target host="clients4.google.com.*" />
- <target host="clients5.google.com.*" />
- <target host="clients6.google.com.*" />
- <target host="clients1.google.co.*" />
- <target host="clients2.google.co.*" />
- <target host="clients3.google.co.*" />
- <target host="clients4.google.co.*" />
- <target host="clients5.google.co.*" />
- <target host="clients6.google.co.*" />
- <target host="clients1.google.*" />
- <target host="clients2.google.*" />
- <target host="clients3.google.*" />
- <target host="clients4.google.*" />
- <target host="clients5.google.*" />
- <target host="clients6.google.*" />
- <rule from="^http://www\.google\.com/$"
- to="https://www.google.com/"/>
-
- <rule from="^http://(?:www\.)?google\.com/search"
- to="https://www.google.com/search"/>
-
- <exclusion pattern="^http://(?:www\.)?google\.com/search.*tbs=shop" />
- <exclusion pattern="^http://clients[0-9]\.google\.com/.*client=products.*" />
- <exclusion pattern="^http://suggestqueries\.google\.com/.*client=.*" />
-
- <exclusion pattern="^http://clients[0-9]\.google\.com/ocsp" />
-
- <exclusion pattern="^http://(?:www\.)?google\.com/search.*tbm=isch.*" />
- <rule from="^http://(?:www\.)?google\.com/webhp"
- to="https://www.google.com/webhp"/>
- <rule from="^http://(?:www\.)?google\.com/#"
- to="https://www.google.com/#"/>
- <rule from="^http://(?:www\.)?google\.com/$"
- to="https://www.google.com/"/>
-
- <rule from="^http://clients[0-9]\.google\.com/complete/search"
- to="https://clients1.google.com/complete/search"/>
- </ruleset>
|