File tree Expand file tree Collapse file tree 1 file changed +8
-6
lines changed
files/en-us/web/privacy/guides/state_partitioning Expand file tree Collapse file tree 1 file changed +8
-6
lines changed Original file line number Diff line number Diff line change @@ -198,13 +198,15 @@ Network partitioning can be disabled with the `privacy.partition.network_state`
198
198
199
199
#### Disable Dynamic State Partitioning
200
200
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 :
202
202
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.
208
210
209
211
#### Exempt specific origins from partitioning
210
212
You can’t perform that action at this time.
0 commit comments