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.
1 <!--
3 Description: rss1 unknown elements does not cause error
4 Expect: feed.items.length == 1
6 -->
7 <rdf:RDF
8 xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
9 xmlns:dc="http://purl.org/dc/elements/1.1/"
10 xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
11 xmlns:admin="http://webns.net/mvcb/"
12 xmlns:cc="http://web.resource.org/cc/"
13 xmlns="http://purl.org/rss/1.0/">
15 <channel rdf:about="http://example.org/">
16 <title>fooo</title>
17 <link>http://weblogs.example.org/</link>
18 <description>fooooooo</description>
19 <dc:language>en-us</dc:language>
20 <dc:creator></dc:creator>
21 <dc:date>2006-04-10T08:38:18-08:00</dc:date>
22 <admin:generatorAgent rdf:resource="http://www.movabletype.org/?v=3.2" />
30 <foo:bar xmlns:foo="http://example.org">baz</foo:bar>
41 <items>
42 <rdf:Seq>
43 <rdf:li rdf:resource="http://weblogs.example.org/archives/009698.html" />
44 </rdf:Seq>
46 </items>
48 </channel>
49 <item rdf:about="http://weblogs.example.org/archives/009698.html">
50 <title>Come From?</title>
51 <link>http://example.org/009698.html</link>
52 <description><![CDATA[much of the code]]></description>
53 <dc:date>2006-02-06T10:19:03-08:00</dc:date>
54 </item>
55 </rdf:RDF>