[HTTPS-E Rulesets] Updated Steam_Community.com.xml rule

Tony Paloma tonyp at valvesoftware.com
Tue Jul 15 12:06:03 PDT 2014


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 just removes all the exclusions and adds a new rule for CDN content.

--- OldSteam_Community.com.xml	2014-07-15 11:51:58.341103400 -0700
+++ Steam_Community.com.xml	2014-07-01 17:40:44.326903900 -0700
@@ -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>


More information about the HTTPS-Everywhere-Rules mailing list