<ruleset name="Farbox">
  <target host="farbox.com" />
  <target host="*.farbox.com" />

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