[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
[or-cvs] [https-everywhere/master 2/2] securecookie tag needs closing slash
Author: Seth Schoen <schoen@xxxxxxx>
Date: Thu, 11 Nov 2010 12:54:40 -0800
Subject: securecookie tag needs closing slash
Commit: 28bf9f52a5a1c1adbc998466fefa6d9e62f71515
---
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 4276e31..5193ddf 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