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 <head>
3 <meta charset="utf-8">
4 <style type="text/css">
5 @font-face {
6 font-family: schz-gr;
7 src: url("../fonts/sil/Scheherazade-R 2012-07-03c.ttf");
8 }
9 body {
10 font-family: schz-gr;
11 font-size: 40px;
12 }
13 </style>
14 </head>
15 <body lang="en">
16 <!-- for testing Graphite language support we'll use the Eastern Arabic-Indic digits;
17 default rendering will have the Persian forms -->
18 ۰۱۲۳۴۵۶۷۸۹
19 </body>
20 </html>