I noticed that some files (e.g. ripe.net.xml, tv.com.xml) list only the second-level domain in their "target host" lines, but include "rule from" values that reference specific third level domains.  Does HTTPS Everywhere automatically prepend '*' to target host lines?<br>
<br>Example:<br><div style="margin-left: 40px;"><ruleset name="TV.com"><br>    <target host="<a href="http://tv.com">tv.com</a>" /><br>    <rule from="^<a href="http://tv">http://tv</a>\.com/" to="<a href="https://www.tv.com/">https://www.tv.com/</a>"/><br>
    <rule from="^<a href="http://www">http://www</a>\.tv\.com/" to="<a href="https://www.tv.com/">https://www.tv.com/</a>"/><br></ruleset><br></div><br><br>Proposed change:<br><div style="margin-left: 40px;">
<ruleset name="TV.com"><br>    <target host="<a href="http://www.tv.com">www.tv.com</a>" /><br>    <target host="<a href="http://tv.com">tv.com</a>" /><br>    <rule from="^http://(www\.)?tv\.com/" to="<a href="https://www.tv.com/">https://www.tv.com/</a>"/><br>
</ruleset><br></div><br><br>Thanks,<br>Whizz Mo<br>