According to https://feedly.uservoice.com/knowledgebase/articles/235015
, Feedly now supports HTTPS for cloud.feedly.com. The corresponding
ruleset should be updated (see patch for Feedly.com.xml in
attachments).

Thanks.
diff --git a/src/chrome/content/rules/Feedly.com.xml b/src/chrome/content/rules/Feedly.com.xml
index 33ae846..1b5520b 100644
--- a/src/chrome/content/rules/Feedly.com.xml
+++ b/src/chrome/content/rules/Feedly.com.xml
@@ -8,6 +8,7 @@
 
 		- (www.)
 		- s3
+		- cloud
 
 -->
 <ruleset name="feedly.com (partial)">
@@ -16,10 +17,10 @@
 	<target host="*.feedly.com" />
 
 
-	<securecookie host="^(?:www\.)?feedly\.com$" name=".+" />
+	<securecookie host="^(?:cloud\.|www\.)?feedly\.com$" name=".+" />
 
 
-	<rule from="^http://(s3\.|www\.)?feedly\.com/"
+	<rule from="^http://(cloud\.|s3\.|www\.)?feedly\.com/"
 		to="https://$1feedly.com/"; />
 
 </ruleset>

Reply via email to