HTTPS Everywhere rules for tgchan

Thanks to Let's Encrypt, tgchan recently started supporting HTTPS. The following ruleset should work:

<ruleset name="tgchan">
  <target host="tgchan.org" />
  <target host="www.tgchan.org" />
  <target host="thatquestsite.org" />
  <target host="www.thatquestsite.org" />

  <securecookie host="^(www\.)?(tgchan|thatquestsite)\.org$" name=".+" />

  <rule from="^http://(www\.)?tgchan\.org/" to="https://tgchan.org/" />
  <rule from="^http://(www\.)?thatquestsite\.org/" to="https://thatquestsite.org/" />
</ruleset>