[HTTPS-Everywhere] Add startingpage.com to HTTPS-Everywhere

George Mathews haveyouworked at aol.com
Sat Dec 4 11:05:55 PST 2010


Assuming Ixquick's new Startingpage (Google search instead of
meta-search) needs similar rules as Ixquick and Startpage, this ruleset
I made should help.
I'm looking forward to a complete replacement of SSL by a standard not
quite so draconian, but in the meantime, I'm glad to help encrypt
everything I can.

<ruleset name="Ixquick">
  <target host="ixquick.com" />
  <target host="*.ixquick.com" />
  <target host="startpage.com" />
  <target host="*.startpage.com" />
  <target host="startpageing.com" />
  <target host="*.startpageing.com" />

  <rule from="^http://ixquick\.com/" to="https://ixquick.com/"/>
  <rule from="^http://([^@/:]*)\.ixquick\.com/"
to="https://$1.ixquick.com/"/>

  <!-- Ixquick and Startpage appear to be basically the same -->

  <rule from="^http://startpage\.com/" to="https://startpage.com/"/>
  <rule from="^http://([^@/:]*)\.startpage\.com/"
to="https://$1.startpage.com/"/>

  <!-- Simply adds ing to startpage rule; big assumption -->

  <rule from="^http://startingpage\.com/" to="https://startingpage.com/"/>
  <rule from="^http://([^@/:]*)\.startingpage\.com/"
to="https://$1.startingpage.com/"/>
</ruleset>



More information about the HTTPS-everywhere mailing list