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.
michael@0 | 1 | <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> |
michael@0 | 2 | <html> |
michael@0 | 3 | <head> |
michael@0 | 4 | <meta http-equiv="content-type" content="text/html; charset=UTF-8"> |
michael@0 | 5 | |
michael@0 | 6 | |
michael@0 | 7 | <style type="text/css"> |
michael@0 | 8 | #test {position: absolute; right: 0; padding-left: 16px; background: |
michael@0 | 9 | url(blue-16x20.png) bottom left no-repeat} |
michael@0 | 10 | b {display: none} |
michael@0 | 11 | span {padding: 0 7.2px} |
michael@0 | 12 | #test1 {border-bottom-width: 1px;} |
michael@0 | 13 | </style> |
michael@0 | 14 | |
michael@0 | 15 | </head><body> |
michael@0 | 16 | <div id="test"> |
michael@0 | 17 | <span id="test1">test1</span><b>|</b><span>test2</span> |
michael@0 | 18 | </div> |
michael@0 | 19 | </body></html> |