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:
Benjamin VanderSloot 2024-10-30 12:19:43 +00:00
parent 993a4009f7
commit 6ac771ea55

View File

@ -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);