]> git.p6c8.net - policy-templates.git/commitdiff
Be more explicit about legacy behavior
authorMichael Kaply <345868+mkaply@users.noreply.github.com>
Wed, 12 Jan 2022 13:58:41 +0000 (08:58 -0500)
committerMichael Kaply <345868+mkaply@users.noreply.github.com>
Wed, 12 Jan 2022 13:58:41 +0000 (08:58 -0500)
README.md

index 76ef61e572469110a06202b74423bb5f44409a9f..206ad8adaccdfe8cfaf75fc0d88f7172089b0c2e 100644 (file)
--- a/README.md
+++ b/README.md
@@ -3212,7 +3212,7 @@ Value (string):
 ### LegacySameSiteCookieBehaviorEnabled
 Enable default legacy SameSite cookie behavior setting.
 
-If this policy is set to true, it to revert all cookies to legacy SameSite behavior.
+If this policy is set to true, it revers all cookies to legacy SameSite behavior which means that cookies that don't explicitly specify a ```SameSite``` attribute are treated as if they were ```SameSite=None```.
 
 **Compatibility:** Firefox 96\
 **CCK2 Equivalent:** N/A\
@@ -3248,7 +3248,7 @@ Value (string):
 ### LegacySameSiteCookieBehaviorEnabledForDomainList
 Revert to legacy SameSite behavior for cookies on specified sites.
 
-If this policy is set to true, cookies set for domains in this list will revert to legacy SameSite behavior.
+If this policy is set to true, cookies set for domains in this list will revert to legacy SameSite behavior which means that cookies that don't explicitly specify a ```SameSite``` attribute are treated as if they were ```SameSite=None```.
 
 **Compatibility:** Firefox 96\
 **CCK2 Equivalent:** N/A\

patrick-canterino.de