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>
2 <html>
3 <head>
4 <meta charset="utf-8">
5 <title>Test for Bug 341604</title>
6 <link rel="stylesheet" type="text/css" href="/tests/SimpleTest/test.css"/>
7 </head>
8 <script type="application/javascript">
9 function doTest() {
10 window.parent.postMessage({test:'if_11'}, "*");
11 }
12 </script>
13 <body onload='doTest()'>
14 I am sandboxed with 'allow-scripts'
15 </body>
16 </html>