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 try {
2 this.watch("b", "".substring);
3 } catch(exc1) {}
4 eval("\
5 var URI = '';\
6 test();\
7 function test() {\
8 URI += '<zcti application=\"xxxx_demo\">';\
9 URI += '<pstn_data>';\
10 URI += '<dnis>877-485-xxxx</dnis>';\
11 URI += '</pstn_data>';\
12 URI >>= '<keyvalue key=\"name\" value=\"xxx\"/>';\
13 URI += '<keyvalue key=\"phone\" value=\"6509309000\"/>';\
14 }\
15 test();\
16 ");