From: Michael Kaply <345868+mkaply@users.noreply.github.com> Date: Thu, 2 May 2024 16:49:04 +0000 (-0400) Subject: Merge pull request #1102 from qupig/master X-Git-Tag: v5.11~4 X-Git-Url: https://git.p6c8.net/policy-templates.git/commitdiff_plain/e6c67d8234573afdd95831b2f260421ca64ac8d8?hp=8bbce387a6ca0b31c8865a0816af8df66ff8e633 Merge pull request #1102 from qupig/master fix: add deprecation flag and migration guide --- diff --git a/docs/index.md b/docs/index.md index 9b7fefd..248d3e3 100644 --- a/docs/index.md +++ b/docs/index.md @@ -1221,13 +1221,13 @@ Configure cookie preferences. `Locked` prevents the user from changing cookie preferences. -`Default` (Deprecated) determines whether cookies are accepted at all. +`Default` determines whether cookies are accepted at all. (*Deprecated*. Use `Behavior` instead) -`AcceptThirdParty` (Deprecated) determines how third-party cookies are handled. +`AcceptThirdParty` determines how third-party cookies are handled. (*Deprecated*. Use `Behavior` instead) -`ExpireAtSessionEnd` determines when cookies expire. +`RejectTracker` only rejects cookies for trackers. (*Deprecated*. Use `Behavior` instead) -`RejectTracker` (Deprecated) only rejects cookies for trackers. +`ExpireAtSessionEnd` determines when cookies expire. (*Deprecated*. Use [`SanitizeOnShutdown`](#sanitizeonshutdown-selective) instead) **Compatibility:** Firefox 60, Firefox ESR 60 (RejectTracker added in Firefox 63, AllowSession added in Firefox 79/78.1, Behavior added in Firefox 95/91.4)\ **CCK2 Equivalent:** N/A\