We've recently made a bunch of changes improving the experience for users 
browsing steamcommunity.com over HTTPS. Could someone commit the change below? 
The change essentially removes all the exclusions and adds a new rule for CDN 
content.

diff --git a/src/chrome/content/rules/Steam_Community.com.xml 
b/src/chrome/content/rules/Steam_Community.com.xml
index 44867ce..d77ef22 100644
--- a/src/chrome/content/rules/Steam_Community.com.xml
+++ b/src/chrome/content/rules/Steam_Community.com.xml
@@ -13,30 +13,21 @@
        * Secured by us

 -->
-<ruleset name="Steam Community.com (partial, broken)" default_off="breaks some 
forum embeds">
+<ruleset name="Steam Community">

        <target host="steamcommunity.com" />
        <target host="*.steamcommunity.com" />
-               <!--
-                       Redirects to http
-                                               -->
-               <exclusion pattern="^http://steamcommunity\.com/+($|\?)" />
-               <!--
-                       Breaks news/screenshot/video loading.
-                                       -->
-               <exclusion 
pattern="^http://(?:www\.)?steamcommunity\.com/app/\d+/(?:homecontent|news|screenshots|videos)"
 />
-               <!--
-                       Breaks thread loading:
-                                               -->
-               <exclusion 
pattern="^http://(?:www\.)?steamcommunity\.com/groups/" />
-
+       <target host="cdn.akamai.steamstatic.com" />

        <securecookie host="^steamcommunity\.com$" name=".+" />


-       <!--    www: cert only matches ^streamcommunity.com.
+       <!--    www: cert only matches ^steamcommunity.com.
                                                                -->
        <rule from="^http://(?:cdn\.|www\.)?steamcommunity\.com/"
                to="https://steamcommunity.com/"; />

+       <rule from="^http://cdn\.akamai\.steamstatic\.com/";
+               to="https://steamcdn-a.akamaihd.net/"; />
+
 </ruleset>

Reply via email to