12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667 |
-
- <ruleset name="Google Maps">
-
- <target host="maps.google.*" />
-
-
- <exclusion pattern="^http://maps\.google\.com/local_url" />
- <exclusion pattern="^http://maps\.google\.gr/transitathens" />
- <target host="maps.google.co.*" />
- <target host="khms.google.com" />
- <target host="khms0.google.com" />
- <target host="khms1.google.com" />
- <target host="khms2.google.com" />
- <target host="khms3.google.com" />
- <target host="maps-api-ssl.google.com" />
- <target host="mw2.google.com" />
- <target host="maps.google.com.*" />
- <target host="maps.googleapis.com" />
-
-
-
- <exclusion pattern="^http://maps\.googleapis\.com/map(?:files/lib/map_\d+_\d+\.swf|sapi/publicapi\?file=flashapi)" />
- <target host="maps.gstatic.com" />
-
-
-
- <securecookie host="^maps\.google\.[\w.]{2,6}$" name=".+" />
- <securecookie host="^maps\.g(?:oogle|oogleapis|static)\.com$" name=".+" />
- <securecookie host="^maps-api-ssl\.google\.com$" name=".+" />
-
-
- <rule from="^http://maps\.google\.([^/]+)/"
- to="https://maps.google.$1/" />
-
-
-
- <rule from="^http://khms\d?\.google\.com/+\??$"
- to="https://www.google.com/" />
-
- <rule from="^http://(khms\d?|maps-api-ssl|mw2)\.google\.com/"
- to="https://$1.google.com/" />
-
- <rule from="^http://maps\.g(oogleapis|static)\.com/"
- to="https://maps.g$1.com/" />
-
- <rule from="^https://maps\.googleapis\.com/map(?=files/lib/map_\d+_\d+\.swf|sapi/publicapi\?file=flashapi)"
- to="http://maps.googleapis.com/map" downgrade="1" />
-
- </ruleset>
|