Google contacts supports SSL but it is not implemented into https everywhere so i wrote a rule for it.<br><br><ruleset name="Google-Contacts"><br>  <rule from="^<a href="http://contacts">http://contacts</a>\.google\.com/" to="<a href="https://www.google.com/contacts">https://www.google.com/contacts</a>"/><br>

  <rule from="^<a href="http://www">http://www</a>\.google\.com/contacts" to="<a href="https://www.google.com/contacts">https://www.google.com/contacts</a>"/><br>  <rule from="^<a href="http://google">http://google</a>\.com/contacts" to="<a href="https://www.google.com/contacts">https://www.google.com/contacts</a>"/><br>

</ruleset><br><br>