Skip to content

Commit 273c94d

Browse files
Update state partitioning pref explanation (#41175)
* Update state partitioning pref explanation * fix table lint * Update files/en-us/web/privacy/guides/state_partitioning/index.md --------- Co-authored-by: Dipika Bhattacharya <[email protected]>
1 parent 60bca6f commit 273c94d

File tree

1 file changed

+8
-6
lines changed
  • files/en-us/web/privacy/guides/state_partitioning

1 file changed

+8
-6
lines changed

files/en-us/web/privacy/guides/state_partitioning/index.md

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -198,13 +198,15 @@ Network partitioning can be disabled with the `privacy.partition.network_state`
198198

199199
#### Disable Dynamic State Partitioning
200200

201-
To disable dynamic storage partitioning for all sites you can use the `network.cookie.cookieBehavior` pref:
201+
To disable dynamic storage partitioning for all sites, you can use the `network.cookie.cookieBehavior` preference:
202202

203-
| Value | Description |
204-
| ----- | ---------------------------------------------------------- |
205-
| 5 | Reject (known) trackers and partition third-party storage. |
206-
| 4 | Only reject trackers (Storage partitioning disabled). |
207-
| 0 | Allow all |
203+
| Value | Description |
204+
| ----- | -------------------------------------------------- |
205+
| 5 | Partition third-party storage. |
206+
| 4 | Reject trackers (Storage partitioning disabled). |
207+
| 0 | Allow all storage (Storage partitioning disabled). |
208+
209+
Other values of this preference may disable third-party storage entirely.
208210

209211
#### Exempt specific origins from partitioning
210212

0 commit comments

Comments
 (0)