Sat, 03 Jan 2015 20:18:00 +0100
Conditionally enable double key logic according to:
private browsing mode or privacy.thirdparty.isolate preference and
implement in GetCookieStringCommon and FindCookie where it counts...
With some reservations of how to convince FindCookie users to test
condition and pass a nullptr when disabling double key logic.
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 ");