logo

searx

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

Google-mismatches.xml (612B)


  1. <!--
  2. Problematic domains:
  3. - (www.)apture.com (works, mismatched, CN: *.google.com)
  4. -->
  5. <ruleset name="Google (mismatches)" default_off="mismatches">
  6. <!-- Akamai -->
  7. <target host="js.admeld.com"/>
  8. <target host="apture.com" />
  9. <target host="www.apture.com" />
  10. <target host="googleartproject.com"/>
  11. <target host="www.googleartproject.com"/>
  12. <rule from="^http://js\.admeld\.com/"
  13. to="https://js.admeld.com/"/>
  14. <rule from="^https?://(?:www\.)?apture\.com/"
  15. to="https://apture.com/" />
  16. <rule from="^http://(?:www\.)?googleartproject\.com/"
  17. to="https://www.googleartproject.com/"/>
  18. </ruleset>