[or-cvs] [https-everywhere/master] Twitter securecookie fix

pde at torproject.org pde at torproject.org
Thu Nov 11 20:56:14 UTC 2010


Author: Peter Eckersley <pde at eff.org>
Date: Thu, 11 Nov 2010 12:47:17 -0800
Subject: Twitter securecookie fix
Commit: ee516f49dd5a3d732f913344514f2e2ccb6f08c9

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

diff --git a/src/chrome/content/rules/Twitter.xml b/src/chrome/content/rules/Twitter.xml
index e27f15e..8955c7c 100644
--- a/src/chrome/content/rules/Twitter.xml
+++ b/src/chrome/content/rules/Twitter.xml
@@ -16,7 +16,7 @@
   <target host="twitter.com" />
   <target host="*.twimg.com" />
 
-  <securecookie host="^(.*\.).twitter.com" name=".*" />
+  <securecookie host="^(.*\.)twitter\.com$" name=".*" />
   
   <rule from="^http://(www\.)?twitter\.com/" to="https://twitter.com/"/>
   <rule from="^http://(search|static|api)\.twitter\.com/" to="https://$1.twitter.com/"/>
-- 
1.7.1



More information about the tor-commits mailing list