From 8e5f97f1327beabf27f95ef06f2be3628158d85c Mon Sep 17 00:00:00 2001 From: Samuel FORESTIER Date: Wed, 24 Jan 2024 21:44:08 +0000 Subject: [PATCH] `network.cookie.cookieBehavior` is not enforced against TB 115+ anymore --- 4.1.4-CardBook.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/4.1.4-CardBook.md b/4.1.4-CardBook.md index 41389c2..485f467 100644 --- a/4.1.4-CardBook.md +++ b/4.1.4-CardBook.md @@ -1,6 +1,6 @@ [CardBook](https://cardbook.icu/) is an awesome complete and well-tested Thunderbird extension implementing many features missing from the default Thunderbird address book ([that will actually get reworked soon](https://developer.thunderbird.net/planning/roadmap#address-book-rewrite-tb-78)). -Although, there will be a glitch against Thunderbird v68+ if you use this `thunderbird user.js` as long as remote CardDAV synchronization. +Although, there will be a glitch from Thunderbird v68 to v102 if you use this `thunderbird user.js` as long as remote CardDAV synchronization. You'll have to **relax** `network.cookie.cookieBehavior` from `2` to `1` (see preference `2701`). For further information, see [this page](https://gitlab.com/CardBook/CardBook/wikis/Migration%20to%20Thunderbird%2068#easy-case).