[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
Re: [tor-bugs] #9881 [Firefox Patch Issues]: Javascript can create/resize windows to consume the entire desktop
#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
_______________________________________________
tor-bugs mailing list
tor-bugs@xxxxxxxxxxxxxxxxxxxx
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-bugs