]> git.p6c8.net - policy-templates.git/commitdiff
Merge pull request #1102 from qupig/master
authorMichael Kaply <345868+mkaply@users.noreply.github.com>
Thu, 2 May 2024 16:49:04 +0000 (12:49 -0400)
committerGitHub <noreply@github.com>
Thu, 2 May 2024 16:49:04 +0000 (12:49 -0400)
fix: add deprecation flag and migration guide

docs/index.md

index 9b7fefd8a6c4fc021fcfa2cd2849f70e9702145e..248d3e3724ef0846562f0973ffa5ccb5316b068b 100644 (file)
@@ -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\

patrick-canterino.de