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 <!--
2 Any copyright is dedicated to the Public Domain.
3 http://creativecommons.org/publicdomain/zero/1.0/
4 -->
5 <!DOCTYPE html>
6 <html>
7 <head>
8 <title>wide reference, empty</title>
9 <link rel="author" title="Jeff Walden" href="http://whereswalden.com/" />
10 <style type="text/css">
11 div
12 {
13 width: 768px; height: 256px;
14 border: 1px solid black;
15 }
16 </style>
17 </head>
18 <body>
19 <div></div>
20 </body>
21 </html>