⚠️ IMPORTANT: This update is of critical importance, as it fixes an issue that prevented some extensions from updating in certain circumstances. We apologize for any inconvenience caused.
Fixed an issue that prevented some extensions from updating in certain circumstances.
extensions.update.background.url
->https://versioncheck-bg.addons.thunderbird.net/update/VersionCheck.php?reqVersion=%REQ_VERSION%&id=%ITEM_ID%&version=%ITEM_VERSION%&status=%ITEM_STATUS%&appID=%APP_ID%&appVersion=%APP_VERSION%¤tAppVersion=%CURRENT_APP_VERSION%&updateType=%UPDATE_TYPE%
extensions.update.url
->https://versioncheck.addons.thunderbird.net/update/VersionCheck.php?reqVersion=%REQ_VERSION%&id=%ITEM_ID%&version=%ITEM_VERSION%&status=%ITEM_STATUS%&appID=%APP_ID%&appVersion=%APP_VERSION%¤tAppVersion=%CURRENT_APP_VERSION%&updateType=%UPDATE_TYPE%
Updated uBlock Origin to 1.64.0.
See details: https://github.com/gorhill/uBlock/releases/tag/1.64.0
Allowed cross-origin sub-resources to open HTTP authentication dialogs, and re-enabled SharedArrayBuffer using 'window.postMessage' (when certain conditions related to COOP and COEP are met) to unbreak password-protected CalDAV sync.
See details: https://codeberg.org/celenity/Dove/issues/25 + https://codeberg.org/celenity/Dove/commit/089c522dd8e9a2652dc2604dd4a3a17b90b5951e
dom.postMessage.sharedArrayBuffer.withCOOP_COEP
->true
network.auth.non-web-content-triggered-resources-http-auth-allow
->true
network.auth.subresource-http-auth-allow
->2
Thanks to @oynqr for the report 💜.
Allowed using Thunderbird without a configured email account.
app.use_without_mail_account
->true
Enabled Thunderbird's new Account Hub by default.
mail.accounthub.enabled
->true
Codeberg: See here for more details.
GitLab: See here for more details.
GitHub: See here for more details.
:)