https-everywhere-rules-raw-4.0: vendor/https-everywhere/src/chrome/content/rules/Microsoft-mixedcontent.xml
<ruleset name="Microsoft (mixed content)" platform="mixedcontent">
<target host="blogs.msdn.com" />
<target host="www.microsoft.com" />
<!-- https://trac.torproject.org/projects/tor/ticket/5754 -->
<exclusion pattern="^https?://blogs\.msdn\.com/.*\?Redirected=true" />
<!-- Attempted workaround for
https://trac.torproject.org/projects/tor/ticket/5754
-->
<rule from="^https?://blogs\.msdn\.com/(.*(?:\.aspx|\.xml|/))?$"
to="https://blogs.msdn.com/$1?Redirected=true" />
<!-- Many things on www.microsoft.com, including Visual Studio, cause mixed content
https://trac.torproject.org/projects/tor/ticket/9305 -->
<rule from="^http://www\.microsoft\.com/" to="https://www.microsoft.com/" />
</ruleset>