[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
[or-cvs] [https-everywhere/master 3/5] Fixed closing tag for securecookie tag
Author: Mike Cardwell <github@xxxxxxxxxxxx>
Date: Thu, 11 Nov 2010 19:44:23 +0000
Subject: Fixed closing tag for securecookie tag
Commit: 701b57d6912e406f93d9b35ff90455808e6f705f
---
src/chrome/content/rules/Bitly.xml | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/src/chrome/content/rules/Bitly.xml b/src/chrome/content/rules/Bitly.xml
index 8ec0072..46ccef3 100644
--- a/src/chrome/content/rules/Bitly.xml
+++ b/src/chrome/content/rules/Bitly.xml
@@ -6,7 +6,7 @@
<target host="j.mp" />
<target host="www.j.mp" />
- <securecookie host="*.\.bit\.ly$" name=".*">
+ <securecookie host="*.\.bit\.ly$" name=".*"/>
<rule from="^http://(?:www\.)?bit\.ly/" to="https://bit.ly/"/>
<rule from="^http://(?:www\.)?bit\.ly\.pro/" to="https://bit.ly/pro/"/>
<!--
--
1.7.1