[HTTPS-E Rulesets] [PATCH] [booklooker.de] Fix securecookie regex

Matthias-Christian Ott ott at mirix.org
Thu Aug 1 10:22:01 PDT 2013


---
 src/chrome/content/rules/booklooker.de.xml |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/chrome/content/rules/booklooker.de.xml b/src/chrome/content/rules/booklooker.de.xml
index e7599d9..d099131 100644
--- a/src/chrome/content/rules/booklooker.de.xml
+++ b/src/chrome/content/rules/booklooker.de.xml
@@ -2,7 +2,7 @@
   <target host="booklooker.de" />
   <target host="*.booklooker.de" />
 
-  <securecookie host="^(?:www\.)?(?:images\.|secure\.)?booklooker\.de" name=".+" />
+  <securecookie host="^(?:www\.)?(?:images\.|secure\.)?booklooker\.de$" name=".+" />
 
   <rule from="^http://(?:www\.)?(?:secure\.)?booklooker\.de/" to="https://secure.booklooker.de/" />
   <rule from="^http://(?:www\.)?images\.booklooker\.de/" to="https://images.booklooker.de/" />
-- 
1.7.3.4





More information about the HTTPS-Everywhere-Rules mailing list