[tor-bugs] #9881 [Firefox Patch Issues]: Javascript can create/resize windows to consume the entire desktop

Tor Bug Tracker & Wiki blackhole at torproject.org
Tue Apr 1 19:59:12 UTC 2014


#9881: Javascript can create/resize windows to consume the entire desktop
-------------------------------------+-------------------------------------
     Reporter:  mikeperry            |      Owner:  mikeperry
         Type:  defect               |     Status:  needs_review
     Priority:  major                |  Milestone:
    Component:  Firefox Patch        |    Version:
  Issues                             |   Keywords:  tbb-fingerprinting,
   Resolution:                       |  tbb-testcase, GeorgKoppen201404R,
Actual Points:                       |  MikePerry201404R
       Points:                       |  Parent ID:
-------------------------------------+-------------------------------------

Comment (by cypherpunks):

 {{{
 <html>
 <body>

 <p>Click the button to open</p>

 <button onclick="openWin()">Open Window</button>

 <script>
 function openWin()
 {
 myWindow = window.open("","","width=9000,height=9000");
 var winW = myWindow.outerWidth;
 var winH = myWindow.outerHeight;
 alert(winW+"x"+winH);
 }
 </script>

 </body>
 </html>
 }}}

--
Ticket URL: <https://trac.torproject.org/projects/tor/ticket/9881#comment:20>
Tor Bug Tracker & Wiki <https://trac.torproject.org/>
The Tor Project: anonymity online


More information about the tor-bugs mailing list