You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
On major browsers (tested on FF5, Chrome 11 and Opera 11.11), window.frames ===
window. This could be a way for a script writer to access the global object
without having been invited to.
For instance, in:
-----
(function(){
return ({}).toString.call(frames);
})();
-----
The "frames" identifier resolves into the global object.
Return value is "[Object Window]"
Original issue reported on code.google.com by [email protected] on 25 Jun 2011 at 12:17
The text was updated successfully, but these errors were encountered:
Original issue reported on code.google.com by
[email protected]
on 25 Jun 2011 at 12:17The text was updated successfully, but these errors were encountered: