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 <!DOCTYPE HTML>
2 <html>
3 <head>
4 <style>
5 * { color: green; }
6 </style>
7 </head>
8 <body>
9 <math href="" display="block">
10 <mi>x</mi>
11 <mo>=</mo>
12 <mfrac>
13 <mrow>
14 <msqrt>
15 <mn>5</mn>
16 </msqrt>
17 </mrow>
18 <mrow>
19 <menclose
20 notation="radical circle roundedbox updiagonalstrike downdiagonalstrike">
21 <mn>2</mn>
22 </menclose>
23 </mrow>
24 </mfrac>
25 <mo>+</mo>
26 <mfrac bevelled="true">
27 <mn>2</mn>
28 <mn>3</mn>
29 </mfrac>
30 </math>
31 </body>
32 </html>