Skip to content

Commit

Permalink
Bug 1762462 - Disable Always Partitioning Storage pref for Web Platfo…
Browse files Browse the repository at this point in the history
…rm Tests; r=bvandersloot

Depends on D148059

Differential Revision: https://phabricator.services.mozilla.com/D148060
  • Loading branch information
wisniewskit committed Jul 15, 2022
1 parent 4d7718e commit c8fb340
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions testing/profiles/web-platform/user.js
Original file line number Diff line number Diff line change
Expand Up @@ -78,3 +78,5 @@ user_pref("dom.workers.requestAnimationFrame", true);
user_pref("layout.css.font-loading-api.workers.enabled", true);
// Enable WebDriver BiDi experimental commands and events during tests.
user_pref("remote.experimental.enabled", true);
// Disable always partitioning storage with the Storage Access API
user_pref("privacy.partition.always_partition_third_party_non_cookie_storage", false);

0 comments on commit c8fb340

Please sign in to comment.