logo

searx

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

Rawgithub.com.xml (246B)


  1. <!--
  2. www: cert only matches ^rawgithub.com
  3. -->
  4. <ruleset name="rawgithub.com">
  5. <target host="rawgithub.com" />
  6. <target host="www.rawgithub.com" />
  7. <rule from="^http://(?:www\.)?rawgithub\.com/"
  8. to="https://rawgithub.com/" />
  9. </ruleset>