Skip to content

Commit e4b8653

Browse files
authored
fix: Update default cookie enforcement attribute value (#1605)
Closes #1517
1 parent f98330f commit e4b8653

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/waf/policies/cookie-enforcement.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ You can control the attributes within these cookies.
1616
| ------------------- | ------------- | ---------------- | --------------- |
1717
| `httpOnlyAttribute` | _true_ | _false_ | _true_ in all policies |
1818
| `secureAttribute` | _never_ | _always_ | _always_ in the strict and API policies |
19-
| `sameSiteAttribute` | _lax_ | _none-value_, _strict_, _none_ | _strict_ in the strict policy, _none_ removes the attribute entirely |
19+
| `sameSiteAttribute` | _strict_ | _none-value_, _strict_, _none_ | _strict_ in the strict policy, _none_ removes the attribute entirely |
2020

2121
In this example, HttpOnly is configured as `true`, Secure as `never`, and SameSite as `strict`.
2222

0 commit comments

Comments
 (0)