mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-30 08:12:05 +00:00
Bug 1762462 - Disable Always Partitioning Storage pref for Web Platform Tests; r=bvandersloot
Depends on D148059 Differential Revision: https://phabricator.services.mozilla.com/D148060
This commit is contained in:
parent
e0cfd50914
commit
848e1fad89
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user