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 <html xmlns="http://www.w3.org/1999/xhtml">
2 <!--
3 https://bugzilla.mozilla.org/show_bug.cgi?id=507487
4 -->
5 <body>
6 <div style="display:block; width:100px; height:100px; background: blue;"></div>
7 <div style="display:block; width:100px; height:100px; background: green;"></div>
8 <div style="display:block; width:100px; height:100px; background: blue;"></div>
9 <div style="display:block; width:100px; height:100px; background: green;"></div>
10 </body>
11 </html>