[HTTPS-E Rulesets] More to Fedora.xml

Osama Khalid osamak at gnu.org
Tue Mar 8 11:24:12 PST 2011


Those domains are currently uncovered by Fedora.xml:
* alt.fedoraproject.org
* archives.fedoraproject.org
* boot.fedoraproject.org
* mirrors.fedoraproject.org
* spins.fedoraproject.org
* talk.fedoraproject.org

The attached patch fixes this.

--Osama Khalid
-------------- next part --------------
diff --git a/src/chrome/content/rules/Fedora.xml b/src/chrome/content/rules/Fedora.xml
index 3e44fa8..632afdc 100644
--- a/src/chrome/content/rules/Fedora.xml
+++ b/src/chrome/content/rules/Fedora.xml
@@ -1,11 +1,16 @@
 <ruleset name="Fedora Project">
-  <target host="www.fedoraproject.org" />
   <target host="fedoraproject.org" />
-  <target host="start.fedoraproject.org" />
-  <target host="docs.fedoraproject.org" />
+  <target host="alt.fedoraproject.org" />
+  <target host="archives.fedoraproject.org" />
   <target host="blogs.fedoraproject.org" />
+  <target host="boot.fedoraproject.org" />
+  <target host="docs.fedoraproject.org" />
+  <target host="mirrors.fedoraproject.org" />
+  <target host="spins.fedoraproject.org" />
+  <target host="start.fedoraproject.org" />
+  <target host="talk.fedoraproject.org" />
+  <target host="www.fedoraproject.org" />
 
   <rule from="^http://(www\.)?fedoraproject\.org/" to="https://fedoraproject.org/" />
-  <rule from="^http://(start|docs|blogs)\.fedoraproject\.org/" to="https://$1.fedoraproject.org/" />
-</ruleset>
-
+  <rule from="^http://(alt|archives|blogs|boot|docs|mirrors|spins|start|talk)\.fedoraproject\.org/" to="https://$1.fedoraproject.org/" />
+</ruleset>
\ No newline at end of file
-------------- 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/20110308/d6a21ce8/attachment.sig>


More information about the HTTPS-Everywhere-Rules mailing list