network.cookie.cookieBehavior is not enforced against TB 115+ anymore

Samuel FORESTIER 2024-01-24 21:44:08 +00:00
parent 2cc0e49d9f
commit 8e5f97f132

@ -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)). [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`). 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). For further information, see [this page](https://gitlab.com/CardBook/CardBook/wikis/Migration%20to%20Thunderbird%2068#easy-case).