[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]

[or-cvs] [https-everywhere/master] add support for bitly.pro and j.mp



Author: Seth Schoen <schoen@xxxxxxx>
Date: Mon, 1 Nov 2010 14:54:20 -0700
Subject: add support for bitly.pro and j.mp
Commit: 34b9aa6c787473e53b950e140af8cd87a8a29338

---
 pending-rules/Bitly.xml |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diff --git a/pending-rules/Bitly.xml b/pending-rules/Bitly.xml
index ec1c2bb..e3cc6ac 100644
--- a/pending-rules/Bitly.xml
+++ b/pending-rules/Bitly.xml
@@ -1,3 +1,5 @@
 <ruleset name="bit.ly">
   <rule from="^http://(?:www\.)?bit\.ly/" to="https://bit.ly/"/>
-</ruleset>
\ No newline at end of file
+  <rule from="^http://(?:www\.)?bit\.ly\.pro/" to="https://bit.ly/pro/"/>
+  <rule from="^http://(?:www\.)?j\.mp/" to="https://j.mp/"/>
+</ruleset>
-- 
1.7.1