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 | <?xml version="1.0" encoding="ISO-8859-1" ?> |
michael@0 | 2 | <rss version="2.0" xmlns:content="http://purl.org/rss/1.0/modules/content/"> |
michael@0 | 3 | <channel> |
michael@0 | 4 | <title>sadfasdfasdfasfasdf</title> |
michael@0 | 5 | <link>http://www.example.com</link> |
michael@0 | 6 | <description>asdfasdfasdf.example.com</description> |
michael@0 | 7 | <language>de</language> |
michael@0 | 8 | <copyright>asdfasdfasdfasdf</copyright> |
michael@0 | 9 | <lastBuildDate>Tue, 11 Mar 2008 18:52:52 +0100</lastBuildDate> |
michael@0 | 10 | <docs>http://blogs.law.harvard.edu/tech/rss</docs> |
michael@0 | 11 | <ttl>10</ttl> |
michael@0 | 12 | <item> |
michael@0 | 13 | <title>The First Title</title> |
michael@0 | 14 | <link>http://www.example.com/index.html</link> |
michael@0 | 15 | <pubDate>Tue, 11 Mar 2008 18:24:43 +0100</pubDate> |
michael@0 | 16 | <content:encoded> |
michael@0 | 17 | <![CDATA[ |
michael@0 | 18 | <p> |
michael@0 | 19 | askdlfjas;dfkjas;fkdj |
michael@0 | 20 | </p> |
michael@0 | 21 | ]]> |
michael@0 | 22 | </content:encoded> |
michael@0 | 23 | <description>aklsjdhfasdjfahasdfhj</description> |
michael@0 | 24 | <guid>http://foo.example.com/asdfasdf</guid> |
michael@0 | 25 | </item> |
michael@0 | 26 | </channel> |
michael@0 | 27 | </rss> |