global object pollution
Posted: Tue Jan 25, 2011 11:33 pm
NoScript 2.0.9.6 leaves a global variable called "ab" behind. Its value is undefined.
Needless to say that it shouldn't do this.
Code: Select all
>>> window.hasOwnProperty('ab')
true
>>> window.hasOwnProperty('ac')
false