Thunderbird ESR 102 does not require network.cookie.cookieBehavior relax anymore

Samuel FORESTIER 2022-09-10 10:46:24 +00:00
parent 2072b2ede3
commit 263f716da3

@ -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 between Thunderbird >= v68 and < 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).