logo

searx

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

Google_App_Engine.xml (435B)


  1. <!--
  2. For other Google coverage, see GoogleServices.xml.
  3. -->
  4. <ruleset name="Google App Engine">
  5. <target host="appspot.com" />
  6. <target host="*.appspot.com" />
  7. <!--
  8. Redirects to http for some reason.
  9. -->
  10. <exclusion pattern="^http://photomunchers\.appspot\.com/" />
  11. <securecookie host="^.+\.appspot\.com$" name=".+" />
  12. <rule from="^http://([^@:\./]+\.)?appspot\.com/"
  13. to="https://$1appspot.com/" />
  14. </ruleset>