Skip to content

ImmortalDB v1.1.0.

Latest
Compare
Choose a tag to compare
@gruns gruns released this 20 Aug 18:33

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.