Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion content/waf/policies/cookie-enforcement.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ You can control the attributes within these cookies.
| ------------------- | ------------- | ---------------- | --------------- |
| `httpOnlyAttribute` | _true_ | _false_ | _true_ in all policies |
| `secureAttribute` | _never_ | _always_ | _always_ in the strict and API policies |
| `sameSiteAttribute` | _lax_ | _none-value_, _strict_, _none_ | _strict_ in the strict policy, _none_ removes the attribute entirely |
| `sameSiteAttribute` | _strict_ | _none-value_, _strict_, _none_ | _strict_ in the strict policy, _none_ removes the attribute entirely |

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

Expand Down