[HTTPS-E Rulesets] [PATCH] Add the SFConservancy lists server.

Paul Wise pabs3 at bonedaddy.net
Tue Mar 4 18:17:35 PST 2014


---
 src/chrome/content/rules/Software_Freedom_Conservancy.xml | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/src/chrome/content/rules/Software_Freedom_Conservancy.xml b/src/chrome/content/rules/Software_Freedom_Conservancy.xml
index 418862d..fe9824e 100644
--- a/src/chrome/content/rules/Software_Freedom_Conservancy.xml
+++ b/src/chrome/content/rules/Software_Freedom_Conservancy.xml
@@ -2,9 +2,12 @@
 
 	<target host="sfconservancy.org" />
 	<target host="www.sfconservancy.org" />
+	<target host="lists.sfconservancy.org" />
 
 
 	<rule from="^http://(www\.)?sfconservancy\.org/"
 		to="https://$1sfconservancy.org/" />
+	<rule from="^http://lists\.sfconservancy\.org/"
+		to="https://lists.sfconservancy.org/" />
 
 </ruleset>
\ No newline at end of file
-- 
1.9.0



More information about the HTTPS-Everywhere-Rules mailing list