Hello!<br><br>I just wrote 2 new rules for HTTPS-everywhere: one for <a href="https://zataz.com">https://zataz.com</a> and one for <a href="https://www.debian-fr.org">https://www.debian-fr.org</a>.<br>I send it to this list as you recommend to do on your website (<a href="https://www.eff.org/https-everywhere/rulesets">https://www.eff.org/https-everywhere/rulesets</a>).<br>

<br>you'll find the two XML files attached, I also copy the code below. <br><br><br>-------------- Zataz.xml --------------<br><ruleset name="Zataz"><br>  <target host="<a href="http://zataz.com">zataz.com</a>" /><br>

  <target host="*.<a href="http://zataz.com">zataz.com</a>" /><br><br>  <rule from="^http://(www\.)?zataz\.com/" to="<a href="https://zataz.com/">https://zataz.com/</a>"/><br></ruleset><br>

-------------- Zataz.xml --------------<br><br>-------------- Debian-fr.xml --------------<br><ruleset name="Debian-fr"><br>  <target host="<a href="http://debian-fr.org">debian-fr.org</a>" /><br>

  <target host="*.<a href="http://debian-fr.org">debian-fr.org</a>" /><br><br>  <rule from="^http://(www\.)?debian-fr\.org/" to="<a href="https://www.debian-fr.org/">https://www.debian-fr.org/</a>"/><br>

</ruleset><br>-------------- Debian-fr.xml --------------<br><br>