global object pollution

Ask for help about NoScript, no registration needed to post
Jos Hirth

global object pollution

Post 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.
Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.2.13) Gecko/20101203 Firefox/3.6.13