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="utf-8"?> |
michael@0 | 2 | |
michael@0 | 3 | <!-- |
michael@0 | 4 | |
michael@0 | 5 | Description: RSS1 generator |
michael@0 | 6 | Expect: feed.generator.agent == "http://Orchard.SourceForge.net/1.2/" |
michael@0 | 7 | |
michael@0 | 8 | --> |
michael@0 | 9 | |
michael@0 | 10 | <rdf:RDF |
michael@0 | 11 | xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" |
michael@0 | 12 | xmlns:admin="http://webns.net/mvcb/" |
michael@0 | 13 | xmlns="http://purl.org/rss/1.0/"> |
michael@0 | 14 | |
michael@0 | 15 | <channel rdf:about="http://meerkat.oreillynet.com/?_fl=rss1.0"> |
michael@0 | 16 | <title>Meerkat</title> |
michael@0 | 17 | <link>http://meerkat.oreillynet.com</link> |
michael@0 | 18 | <description>Meerkat: An Open Wire Service</description> |
michael@0 | 19 | <admin:errorReportsTo rdf:resource="mailto:channel-owner@acme.orgs"/> |
michael@0 | 20 | <admin:generatorAgent rdf:resource="http://Orchard.SourceForge.net/1.2/"/> |
michael@0 | 21 | |
michael@0 | 22 | <image rdf:resource="http://meerkat.oreillynet.com/icons/meerkat-powered.jpg" /> |
michael@0 | 23 | |
michael@0 | 24 | <items> |
michael@0 | 25 | <rdf:Seq> |
michael@0 | 26 | <rdf:li rdf:resource="http://c.moreover.com/click/here.pl?r123" /> |
michael@0 | 27 | </rdf:Seq> |
michael@0 | 28 | </items> |
michael@0 | 29 | |
michael@0 | 30 | <textinput rdf:resource="http://meerkat.oreillynet.com/" /> |
michael@0 | 31 | |
michael@0 | 32 | </channel> |
michael@0 | 33 | |
michael@0 | 34 | </rdf:RDF> |