toolkit/components/feeds/test/xml/rss1/feed_generator.xml

Sat, 03 Jan 2015 20:18:00 +0100

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Sat, 03 Jan 2015 20:18:00 +0100
branch
TOR_BUG_3246
changeset 7
129ffea94266
permissions
-rw-r--r--

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

mercurial