[HTTPS-E Rulesets] on.fb.me

Osama Khalid osamak at gnu.org
Mon May 30 13:49:45 PDT 2011


on.fb.me has the same namespace as bit.ly, but only the latter
supports HTTPS. This patch covers on.fb.me.

By the way, what does "(?:www\.)?" mean in the previous rules of
Bit.ly.xml?

--Osama Khalid
-------------- next part --------------
diff --git a/src/chrome/content/rules/Bitly.xml b/src/chrome/content/rules/Bitly.xml
index 4aef74b..6a96f75 100644
--- a/src/chrome/content/rules/Bitly.xml
+++ b/src/chrome/content/rules/Bitly.xml
@@ -5,6 +5,7 @@
   <target host="www.bit.ly.pro" />
   <target host="j.mp" />
   <target host="www.j.mp" />
+  <target host="on.fb.me" />
 
   <securecookie host="^(.*\.)?bit\.ly$" name=".*"/>
   <rule from="^http://(?:www\.)?bit\.ly/" to="https://bit.ly/"/>
@@ -13,5 +14,5 @@
   j.mp doesn't have a correct certificate but the namespaces are the same!
   -->
   <rule from="^http://(?:www\.)?j\.mp/" to="https://bit.ly/"/>
-
+  <rule from="^http://on\.fb\.me/" to="https://bit.ly/"/>
 </ruleset>
-------------- 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/20110530/caff655b/attachment.sig>


More information about the HTTPS-Everywhere-Rules mailing list