Open
Description
In Firefox 37.0.2 if user set the property dom.storage.enabled to false in the about:config
An error occurs in the line
var mongoMachineId = parseInt(localStorage['mongoMachineId']);
A possible solution could be to check the existence of localStorage in the sentence
if (localStorage && typeof (localStorage) != 'undefined') {
Metadata
Metadata
Assignees
Labels
No labels