Commit 5394445e authored by Benjamin VanderSloot's avatar Benjamin VanderSloot
Browse files

Bug 1800960 - Enable Always Partitioning Storage beyond nightly and without...

Bug 1800960 - Enable Always Partitioning Storage beyond nightly and without sessionStorage carveout, r=anti-tracking-reviewers,pbz

Differential Revision: https://phabricator.services.mozilla.com/D162235
parent 9f00da04
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -12569,13 +12569,13 @@
# Always partition web storage APIs except cookies.
- name: privacy.partition.always_partition_third_party_non_cookie_storage
  type: RelaxedAtomicBool
  value: @IS_NIGHTLY_BUILD@
  value: true
  mirror: always

# Always partition web storage APIs except cookies.
# Exclude session storage from the above preference.
- name: privacy.partition.always_partition_third_party_non_cookie_storage.exempt_sessionstorage
  type: RelaxedAtomicBool
  value: true
  value: false
  mirror: always

- name: privacy.partition.bloburl_per_agent_cluster