Skip to content

Releases: gruns/ImmortalDB

ImmortalDB v1.1.0.

20 Aug 18:33
Compare
Choose a tag to compare

v1.1.0

  • Fixed: Cross-origin cookies are now stored with SameSite=None, Secure=true, as required. Other cookies remain set with SameSite=Lax and Secure=false -- the same defaults as if SameSite and Secure remained unset. Huge thank you to @zproxyz.

  • Fixed: Only add IndexedDbStore and LocalStorageStore if accessible.

  • Added: Cross-origin and same-origin tests.