[or-cvs] [torbutton/maint-1.2] Copy isHttpOnly from the original google cookies.

mikeperry at seul.org mikeperry at seul.org
Wed Dec 2 20:16:12 UTC 2009


Author: Mike Perry <mikeperry-git at fscked.org>
Date: Thu, 19 Nov 2009 13:13:58 -0800
Subject: Copy isHttpOnly from the original google cookies.
Commit: 251000d965981db7dcfe5f653f589131c0db52bb

---
 src/chrome/content/torbutton.js |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/chrome/content/torbutton.js b/src/chrome/content/torbutton.js
index 2a14ac4..9c1e091 100644
--- a/src/chrome/content/torbutton.js
+++ b/src/chrome/content/torbutton.js
@@ -2514,7 +2514,7 @@ function torbutton_xfer_google_cookies(subject, topic, data) {
              copy_cookies[i].name,
              copy_cookies[i].value,
              copy_cookies[i].isSecure,  // isSecure
-             false,  // isHttpOnly
+             copy_cookies[i].isHttpOnly,  // isHttpOnly
              false,  // isSession
              expires);
           /* Need to copy only cookies matching the host/domain and
-- 
1.5.6.5




More information about the tor-commits mailing list