mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-23 04:41:11 +00:00
Bug 1922020, part 7 - Remove reliance on window.opener storage access heuristic in user.js from dom/websocket/tests/test_bug1384658.html - r=valentin
Differential Revision: https://phabricator.services.mozilla.com/D224812
This commit is contained in:
parent
993a4009f7
commit
6ac771ea55
@ -42,6 +42,7 @@ SpecialPowers.pushPrefEnv({
|
||||
["network.cookie.cookieBehavior", 4],
|
||||
// disable third-party storage isolation so the test works as expected
|
||||
["privacy.partition.always_partition_third_party_non_cookie_storage", false],
|
||||
["privacy.restrict3rdpartystorage.heuristic.window_open", true],
|
||||
["dom.security.https_first", false]
|
||||
],
|
||||
}, test_frameset);
|
||||
|
Loading…
Reference in New Issue
Block a user