Skip to content

v1.4.2

Choose a tag to compare

@zkCaleb-dev zkCaleb-dev released this 22 Aug 04:38
· 31 commits to main since this release
011ab32

Fixed

  • The embedded UI went blank when the page was opened through a URL with
    embedded credentials (https://user:pass@host/): relative fetch URLs
    inherit the document credentials and the Fetch spec rejects them. API
    paths now resolve against location.origin, which never carries
    credentials. Found by the first real user.