[HTTPS-E Rulesets] commondatastorage.googleapis.com

Osama Khalid osamak at gnu.org
Mon Jun 6 03:45:45 PDT 2011


This patch covers commondatastorage.googleapis.com and its subdomains.

--Osama Khalid
-------------- next part --------------
diff --git a/src/chrome/content/rules/GoogleAPIs.xml b/src/chrome/content/rules/GoogleAPIs.xml
index ffcb1af..e86c218 100644
--- a/src/chrome/content/rules/GoogleAPIs.xml
+++ b/src/chrome/content/rules/GoogleAPIs.xml
@@ -1,10 +1,8 @@
 <ruleset name="Google APIs">
   <target host="www.google-analytics.com" />
   <target host="ssl.google-analytics.com" />
-  <target host="ajax.googleapis.com" />
-  <target host="fonts.googleapis.com" />
-  <target host="chart.googleapis.com" />
-  <target host="translate.googleapis.com" />
+  <target host="*.googleapis.com" />
+  <target host="*.commondatastorage.googleapis.com"/>
   <target host="google.com" />
   <target host="www.google.com" />
   <target host="translate.google.com" />
@@ -15,14 +13,12 @@
 
   <rule from="^http://www\.google-analytics\.com/"
           to="https://ssl.google-analytics.com/"/>
-  <rule from="^http://ajax\.googleapis\.com/"
-          to="https://ajax.googleapis.com/"/>
-  <rule from="^http://fonts\.googleapis\.com/"
-           to="https://fonts.googleapis.com/"/>
-  <rule from="^http://chart\.googleapis\.com/"
-          to="https://chart.googleapis.com/"/>
-  <rule from="^http://translate\.googleapis\.com/"
-          to="https://translate.googleapis.com/"/>
+  <rule from="^http://(ajax|chart|fonts|translate|www)\.googleapis\.com/"
+          to="https://$1.googleapis.com/"/>
+  <rule from="^http://commondatastorage\.googleapis\.com/"
+	  to="https://commondatastorage.googleapis.com/"/>
+  <rule from="^http://([^@:\./]+)\.commondatastorage\.googleapis\.com/"
+	  to="https://$1.commondatastorage.googleapis.com/"/>
   <rule from="^http://translate\.google\.com/translate_a/"
 	  to="https://translate.google.com/translate_a/"/>
 
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 836 bytes
Desc: not available
URL: <http://lists.eff.org/pipermail/https-everywhere-rules/attachments/20110606/d99a6240/attachment.sig>


More information about the HTTPS-Everywhere-Rules mailing list