|
|
|
|
|
by hasperdi
136 days ago
|
|
Another thing... they alter the localStorage & sessionStorage prototype, by wrapping the native ones with a wrapper that prevent keys that not in their whitelist from being set. You can try this by opening devtools and setting localStorage.setItem('hi', 123)
|
|