[HTTPS-E Rulesets] support.mozilla.com

Osama Khalid osamak at gnu.org
Wed Feb 23 02:46:39 PST 2011


Hello,

support.mozilla.com was unsupported. Here is a patch to support it.

Thank you.

--Osama Khalid
-------------- next part --------------
diff --git a/src/chrome/content/rules/Mozilla.xml b/src/chrome/content/rules/Mozilla.xml
index 6092033..efadf97 100644
--- a/src/chrome/content/rules/Mozilla.xml
+++ b/src/chrome/content/rules/Mozilla.xml
@@ -16,7 +16,7 @@
   <rule from="^http://(addons|education|ftp|hacks|hg|labs|mxr|planet|quality|www)\.mozilla\.org/" to="https://$1.mozilla.org/"/>
 
   <rule from="^http://mozilla\.com/" to="https://www.mozilla.com/"/>
-  <rule from="^http://(people|www)\.mozilla\.com/" to="https://$1.mozilla.com/"/>
+  <rule from="^http://(people|www|support)\.mozilla\.com/" to="https://$1.mozilla.com/"/>
 
   <rule from="^http://(www\.)?mozillalabs\.com/" to="https://mozillalabs.com/"/>
 


More information about the HTTPS-Everywhere-Rules mailing list