<div dir="ltr"><div>I noticed that there is yet a CanLII rule in the default ruleset. I wrote one that redirects all <a href="http://canlii.org">canlii.org</a> and <a href="http://canlii.ca">canlii.ca</a> requests to <a href="http://www.canlii.org">www.canlii.org</a> (the domain with the valid ssl cert). no side effects as far as i can tell:</div>
<div><br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex"><font face="courier new, monospace"><ruleset name="CanLII"><br>
<span class="" style="white-space:pre">       </span><target host="<a href="http://canlii.ca">canlii.ca</a>"/><br><span class="" style="white-space:pre"> </span><target host="*.<a href="http://canlii.ca">canlii.ca</a>"/><br>
<span class="" style="white-space:pre">       </span><target host="<a href="http://canlii.org">canlii.org</a>"/><br><span class="" style="white-space:pre">       </span><target host="*.<a href="http://canlii.org">canlii.org</a>"/><br>
<span class="" style="white-space:pre">       </span><rule from="^https?://(www\.)?canlii\.(ca|org)/" to="<a href="https://www.canlii.org/">https://www.canlii.org/</a>"/><br></ruleset></font></blockquote>
<div><br></div><div>also attached.</div></div>