Thu, 15 Jan 2015 15:59:08 +0100
Implement a real Private Browsing Mode condition by changing the API/ABI;
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.0 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
2 <html>
3 <head>
4 <meta http-equiv="content-type" content="text/html; charset=UTF-8">
7 <style type="text/css">
8 #test {position: absolute; right: 0; padding-left: 16px; background:
9 url(blue-16x20.png) bottom left no-repeat}
10 b {display: none}
11 span {padding: 0 7.2px}
12 #test1 {border-bottom-width: 1px;}
13 </style>
15 </head><body>
16 <div id="test">
17 <span id="test1">test1</span><b>|</b><span>test2</span>
18 </div>
19 </body></html>