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 <html xmlns="http://www.w3.org/1999/xhtml">
2 <head>
3 <title>SVG, text, language...</title>
4 <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
5 <style type="text/css">
6 body {
7 font-family: sans-serif;
8 font-size: 24px;
9 margin: 24px;
10 }
11 div {
12 height: 100px;
13 }
14 </style>
15 </head>
17 <body>
18 <div lang="en">
19 <p>Hello world, 你好吗?</p>
20 </div>
21 <div lang="en">
22 <p>Hello world, 你好吗?</p>
23 </div>
24 <div lang="en">
25 <p>Hello world, 你好吗?</p>
26 </div>
27 </body>
28 </html>