Closed jasvir closed 8 years ago
Note as mentioned in the bug description, the removal of the "delete window.localStorage" is deliberate and is one of the things being fixed.
See http://jsfiddle.net/2d000fjt/ to repro the bug - it may only happen to be working for the web security scanner if localStorage was being frozen or mocked in some way that delete window.localStorage didn't end up deleting the localStorage object entirely rather than just emptying it.
Thank you Jas!
Minor nit, otherwise CL looks good, can merge once fixed.