Sat, 03 Jan 2015 20:18:00 +0100
Conditionally enable double key logic according to:
private browsing mode or privacy.thirdparty.isolate preference and
implement in GetCookieStringCommon and FindCookie where it counts...
With some reservations of how to convince FindCookie users to test
condition and pass a nullptr when disabling double key logic.
michael@0 | 1 | # generated automatically by aclocal 1.11.1 -*- Autoconf -*- |
michael@0 | 2 | |
michael@0 | 3 | # Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, |
michael@0 | 4 | # 2005, 2006, 2007, 2008, 2009 Free Software Foundation, Inc. |
michael@0 | 5 | # This file is free software; the Free Software Foundation |
michael@0 | 6 | # gives unlimited permission to copy and/or distribute it, |
michael@0 | 7 | # with or without modifications, as long as this notice is preserved. |
michael@0 | 8 | |
michael@0 | 9 | # This program is distributed in the hope that it will be useful, |
michael@0 | 10 | # but WITHOUT ANY WARRANTY, to the extent permitted by law; without |
michael@0 | 11 | # even the implied warranty of MERCHANTABILITY or FITNESS FOR A |
michael@0 | 12 | # PARTICULAR PURPOSE. |
michael@0 | 13 | |
michael@0 | 14 | m4_include([acinclude.m4]) |