zotero/chrome/content
Dan Stillman 32be699862
Some checks are pending
CI / Detect changes (push) Waiting to run
CI / Test () (push) Blocked by required conditions
CI / Test (macOS NFS) (push) Blocked by required conditions
CI / Utilities Tests (push) Waiting to run
CI / Build, Upload (push) Waiting to run
Fix WebDAV downloads with non-ASCII characters in the password
HTTP.download() built the Basic auth header with btoa(), which throws
on code points above 255, so every file download failed immediately
with a TypeError. Requests that go through XMLHttpRequest were
unaffected, since Necko builds the header itself, UTF-8 encoded.

https://forums.zotero.org/discussion/133454/synchronization-error-after-upgrading-to-10-0-1

(cherry picked from commit 3b93d33b35)
2026-08-27 10:53:47 -04:00
..
scaffold cookieContextId -> userContextId 2026-04-23 15:34:28 -04:00
zotero Fix WebDAV downloads with non-ASCII characters in the password 2026-08-27 10:53:47 -04:00
zotero-platform fx140: fix separators on linux (#5432) 2025-07-30 22:31:12 -04:00