Page 1 of 1

global object pollution

Posted: Tue Jan 25, 2011 11:33 pm
by Jos Hirth
NoScript 2.0.9.6 leaves a global variable called "ab" behind. Its value is undefined.

Code: Select all

>>> window.hasOwnProperty('ab')
true
>>> window.hasOwnProperty('ac')
false
Needless to say that it shouldn't do this.