Wed, 31 Dec 2014 06:09:35 +0100
Cloned upstream origin tor-browser at tor-browser-31.3.0esr-4.5-1-build1
revision ID fc1c9ff7c1b2defdbc039f12214767608f46423f for hacking purpose.
1 <!DOCTYPE HTML>
2 <html>
3 <head>
4 <base href="javascript:5">
5 <script>
7 function boom()
8 {
9 var head = document.getElementsByTagName("head")[0];
10 var s = document.createElement("script");
11 s.async = "async";
12 s.src = "useBaseHrefAndFail";
13 s.q = "q";
14 head.appendChild(s);
15 head.removeChild(s);
16 }
18 </script>
19 </head>
21 <body onload="boom();"></body>
22 </html>