Bug 1843154 - Added test cases to partition mechanism for blob urls. r=timhuang

Differential Revision: https://phabricator.services.mozilla.com/D185216
This commit is contained in:
Abhishek Madan
2023-08-24 18:45:27 +00:00
parent 20667968b2
commit b6ac8cb523
4 changed files with 225 additions and 1 deletions

View File

@@ -114,7 +114,7 @@ for (let blobify of [page_blobify, worker_blobify]) {
async function setup() {
await SpecialPowers.pushPrefEnv({
set: [
["privacy.partition.bloburl_per_agent_cluster", false],
["privacy.partition.bloburl_per_partition_key", false],
["dom.security.https_first", false],
],
});