[or-cvs] [https-everywhere/master 001/291] improvements for Apple rule

schoen at torproject.org schoen at torproject.org
Sat Oct 30 00:32:33 UTC 2010


Author: Seth Schoen <schoen at eff.org>
Date: Fri, 8 Oct 2010 16:29:31 -0700
Subject: improvements for Apple rule
Commit: 789d25b638055b9bc37da4f403f2fa90e637b400

---
 src/chrome/content/rules/Apple.xml |   10 ++++++----
 1 files changed, 6 insertions(+), 4 deletions(-)

diff --git a/src/chrome/content/rules/Apple.xml b/src/chrome/content/rules/Apple.xml
index 903e1fd..6818770 100644
--- a/src/chrome/content/rules/Apple.xml
+++ b/src/chrome/content/rules/Apple.xml
@@ -1,5 +1,7 @@
-<ruleset name="Apple">
-  <rule from="^http://(www\.)?apple\.com" to="https://www.apple.com"/>
-  <rule from="^http://images\.apple\.com" to="https://ssl.apple.com"/>
-  <rule from="^http://developer\.apple\.com" to="https://developer.apple.com"/>
+<ruleset name="Apple.com (partial)">
+	<rule from="^http://(www\.)?apple.com/" to="https://www.apple.com/"/>
+	<rule from="^http://developer.apple.com/" to="https://developer.apple.com/"/>
+	<rule from="^http://connect.apple.com/" to="https://connect.apple.com/"/>
+	<rule from="^http://images.apple.com/" to="https://ssl.apple.com/"/>
+	<rule from="^http://jobs.apple.com/" to="https://jobs.apple.com/"/>
 </ruleset>
-- 
1.7.1




More information about the tor-commits mailing list