marcuswestin / store.js

Cross-browser storage for all use cases, used across the web.
MIT License
14.01k stars 1.33k forks source link

Support Subdomains #293

Open jiteshkumawat opened 5 years ago

jiteshkumawat commented 5 years ago

Local storage does not support subdomains or cross domains due to security issues, but some alternates are available if used with IFrames. This can be supported by store.js

dashukin commented 5 years ago

Playing around same origin policy is more about integration rather then working with storage itself