3

What are the security risks associated with enabling setDomStorageEnabled(true) method?

Reference.

Anders
  • 64,406
  • 24
  • 178
  • 215
bhartay
  • 89
  • 1
  • 7
  • 1
    Are you worried about any specific security risk, or are you just asking more generally if there are any? – Anders Jun 08 '16 at 09:05
  • @Anders generally want to know about all aspects, what could be the possible cases. – bhartay Jun 08 '16 at 12:05

1 Answers1

0

The DOM storage control is set to true, which allows the application to store page elements that could include user sensitive information. Setting the DOM Storage value to false will prevents local storage from being used.