Comment by dzhiurgis

6 years ago

Seems like both Stripe and website author are misusing the browser feature.

Seems like core problem is lack of storage API that can only be accessed from JS that's executes from same domain?

Edit: Seems localStorage does isolate per domain, but I am not sure whether it's for page itself or for external JS too.