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 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
2 <HTML>
3 <HEAD>
4 <META HTTP-EQUIV="Content-Type" CONTENT="text/html; CHARSET=utf-8">
5 <TITLE>NIST DOM HTML Test - OLIST</TITLE>
6 </HEAD>
7 <BODY onload="parent.loadComplete()">
8 <OL COMPACT="compact" START="1" TYPE="1">
9 <LI>EMP0001
10 <UL>
11 <LI>Margaret Martin
12 <DL>
13 <DD>Accountant</DD>
14 <DD>56,000</DD>
15 </DL>
16 </LI>
17 </UL>
18 </LI>
19 <LI>EMP0002
20 <UL>
21 <LI>Martha Raynolds
22 <DL>
23 <DD>Secretary</DD>
24 <DD>35,000</DD>
25 </DL>
26 </LI>
27 </UL>
28 </LI>
29 </OL>
30 </BODY>
31 </HTML>