Skip to content

opentrench v0.6.1

Choose a tag to compare

@frogeth frogeth released this 12 Sep 17:00
· 49 commits to main since this release
  • Fix: some sites in a Website column loaded their shell and then hung (mintgo.fun sat on "Loading…"). Inside a frame, Chromium withholds a site's own session cookies unless they are marked SameSite=None, so the site's realtime connection had no session. The desktop app now marks cookies set inside embedded pages that way, and those sites work like they do in a browser tab.