logo

searx

My custom branche(s) on searx, a meta-search engine git clone https://hacktivis.me/git/searx.git

GoogleMaps.xml (2064B)


  1. <!--
  2. Problematic domains:
  3. - khms *
  4. - khms[0-3] *
  5. * $ 404s
  6. Fully covered domains:
  7. - google.com subdomains:
  8. - khms
  9. - khms[0-3]
  10. -->
  11. <ruleset name="Google Maps">
  12. <target host="maps.google.*" />
  13. <!--
  14. https://trac.torproject.org/projects/tor/ticket/8627
  15. -->
  16. <exclusion pattern="^http://maps\.google\.com/local_url" />
  17. <exclusion pattern="^http://maps\.google\.gr/transitathens" />
  18. <target host="maps.google.co.*" />
  19. <target host="khms.google.com" />
  20. <target host="khms0.google.com" />
  21. <target host="khms1.google.com" />
  22. <target host="khms2.google.com" />
  23. <target host="khms3.google.com" />
  24. <target host="maps-api-ssl.google.com" />
  25. <target host="mw2.google.com" />
  26. <target host="maps.google.com.*" />
  27. <target host="maps.googleapis.com" />
  28. <!--
  29. https://mail1.eff.org/pipermail/https-everywhere-rules/2012-September/001317.html
  30. -->
  31. <!--exclusion pattern="^http://maps\.googleapis\.com/map(files/lib/map_1_20\.swf|sapi/publicapi\?file=flashapi)" /-->
  32. <exclusion pattern="^http://maps\.googleapis\.com/map(?:files/lib/map_\d+_\d+\.swf|sapi/publicapi\?file=flashapi)" />
  33. <target host="maps.gstatic.com" />
  34. <!--securecookie host="^maps\.google\.(com?\.)?(au|ca|gh|ie|in|jm|ke|lk|my|n[agz]|pk|rw|sl|sg|ug|uk|za|zw)$" name=".+" /-->
  35. <securecookie host="^maps\.google\.[\w.]{2,6}$" name=".+" />
  36. <securecookie host="^maps\.g(?:oogle|oogleapis|static)\.com$" name=".+" />
  37. <securecookie host="^maps-api-ssl\.google\.com$" name=".+" />
  38. <rule from="^http://maps\.google\.([^/]+)/"
  39. to="https://maps.google.$1/" />
  40. <!-- http://khms.../$ 404s:
  41. -->
  42. <rule from="^http://khms\d?\.google\.com/+\??$"
  43. to="https://www.google.com/" />
  44. <rule from="^http://(khms\d?|maps-api-ssl|mw2)\.google\.com/"
  45. to="https://$1.google.com/" />
  46. <rule from="^http://maps\.g(oogleapis|static)\.com/"
  47. to="https://maps.g$1.com/" />
  48. <rule from="^https://maps\.googleapis\.com/map(?=files/lib/map_\d+_\d+\.swf|sapi/publicapi\?file=flashapi)"
  49. to="http://maps.googleapis.com/map" downgrade="1" />
  50. </ruleset>