From 342e11049b4fe3a550ca62e1b9569e99e818cc4d Mon Sep 17 00:00:00 2001 From: Christian Persch Date: Sat, 19 May 2007 16:45:55 +0000 Subject: Store http-only flag too. 2007-05-19 Christian Persch * embed/ephy-cookie-manager.h: * embed/mozilla/EphySingle.cpp: Store http-only flag too. svn path=/trunk/; revision=7035 --- embed/ephy-cookie-manager.h | 1 + 1 file changed, 1 insertion(+) (limited to 'embed/ephy-cookie-manager.h') diff --git a/embed/ephy-cookie-manager.h b/embed/ephy-cookie-manager.h index 88463808b..bc8069ed3 100644 --- a/embed/ephy-cookie-manager.h +++ b/embed/ephy-cookie-manager.h @@ -50,6 +50,7 @@ typedef struct glong real_expires; guint is_secure : 1; guint is_session : 1; + guint is_http_only : 1; } EphyCookie; struct _EphyCookieManagerIface -- cgit