Tue, 06 Jan 2015 21:39:09 +0100
Conditionally force memory storage according to privacy.thirdparty.isolate;
This solves Tor bug #9701, complying with disk avoidance documented in
https://www.torproject.org/projects/torbrowser/design/#disk-avoidance.
1 <?xml version="1.0" encoding="UTF-8"?>
2 <RDF xmlns="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
3 xmlns:em="http://www.mozilla.org/2004/em-rdf#">
4 <Description about="urn:mozilla:install-manifest">
5 <em:id>tile@roy</em:id>
6 <em:name>tile</em:name>
7 <em:version>1.0</em:version>
8 <em:creator>Roy</em:creator>
9 <em:targetApplication>
10 <Description>
11 <em:id>{ec8030f7-c20a-464f-9b0e-13a3a9e97384}</em:id> <!-- firefox -->
12 <em:minVersion>1.5</em:minVersion>
13 <em:maxVersion>3.5.*</em:maxVersion>
14 </Description>
15 </em:targetApplication>
16 </Description>
17 </RDF>