From 26a029d407be480d791972afb5975cf62c9360a6 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Fri, 19 Apr 2024 02:47:55 +0200 Subject: Adding upstream version 124.0.1. Signed-off-by: Daniel Baumann --- dom/serviceworkers/test/mochitest-dFPI.toml | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 dom/serviceworkers/test/mochitest-dFPI.toml (limited to 'dom/serviceworkers/test/mochitest-dFPI.toml') diff --git a/dom/serviceworkers/test/mochitest-dFPI.toml b/dom/serviceworkers/test/mochitest-dFPI.toml new file mode 100644 index 0000000000..1fcbda03cf --- /dev/null +++ b/dom/serviceworkers/test/mochitest-dFPI.toml @@ -0,0 +1,10 @@ +[DEFAULT] +# Enable dFPI(cookieBehavior 5) for service worker tests. +prefs = ["network.cookie.cookieBehavior=5"] +tags = "serviceworker-dfpi" +# We disable service workers for third-party contexts when dFPI is enabled. So, +# we disable xorigin tests for dFPI. +skip-if = ["xorigin"] +dupe-manifest = true + +["include:mochitest-common.toml"] -- cgit v1.2.3