Tue, 06 Jan 2015 21:39:09 +0100
Conditionally force memory storage according to privacy.thirdparty.isolate;
This solves Tor bug #9701, complying with disk avoidance documented in
https://www.torproject.org/projects/torbrowser/design/#disk-avoidance.
1 <!DOCTYPE HTML>
2 <title>Test for privacy restrictions on :visited (Bug 147777): default color for 'border'</title>
3 <style type="text/css">
5 div { margin: 2px; }
6 .link { color: maroon; border: medium solid maroon; border-top: dashed thin blue; }
7 .visited { color: gray; border: medium solid fuchsia; border-top: dashed thin fuchsia; border-right-color: gray; }
9 </style>
10 <div class="link">unvisited</div>
11 <div class="visited">visited</div>