Hi,<br>Thanks for the wonderfull addon. I just wanted to make some suggestions.<br><br>When i try to visit <a href="http://google.com/dictionary">google.com/dictionary</a> i am being forwarded to <a href="https://encrypted.google.com/">https://encrypted.google.com/</a><br>

After looking at the guide to write rules i wrote a simple redirection and it works. I just wanted to share it with you guys so you can fix it. <br><br><ruleset name="GoogleDictionary"><br>  <rule from="^<a href="http://google">http://google</a>\.com/dictionary" to="<a href="https://www.google.com/dictionary">https://www.google.com/dictionary</a>"/><br>

  <rule from="^<a href="http://www">http://www</a>\.google\.com/dictionary" to="<a href="https://www.google.com/dictionary">https://www.google.com/dictionary</a>"/><br></ruleset><br><br>Everything on that page loads in SSL except this one - <a href="http://www.google.com/images/nav_logo.png">http://www.google.com/images/nav_logo.png</a><br>

If i force it to https then it loads in https version.<br><br>One more suggestion<br>How about adding ssl to <a href="http://projectname.googlecode.com/svn/">projectname.googlecode.com/svn/</a> and <a href="http://projectname.googlecode.com/hg/">projectname.googlecode.com/hg/</a><br>

examples:<br><br><a href="https://simpleinvoices.googlecode.com/svn/">https://simpleinvoices.googlecode.com/svn/</a><br><a href="https://ontowiki.googlecode.com/hg/">https://ontowiki.googlecode.com/hg/</a><br><br>Thank you<br>

<br><br>-<br>Nitrox<br><br>