Bug 1754955 - Enable dFPI for web platform test in Nightly, r=pbz

Differential Revision: https://phabricator.services.mozilla.com/D139393
This commit is contained in:
Benjamin VanderSloot
2022-02-22 16:35:43 +00:00
parent 13ff672495
commit 8ee50e8b5a

View File

@@ -68,9 +68,6 @@ user_pref("nglayout.initialpaint.unsuppress_with_no_background", true);
user_pref("media.block-autoplay-until-in-foreground", false);
// Enable AppCache globally for now whilst it's being removed in Bug 1584984
user_pref("browser.cache.offline.enable", true);
// Enable blocking access to storage from tracking resources by default.
// We don't want to run WPT using BEHAVIOR_REJECT_TRACKER_AND_PARTITION_FOREIGN (5 - aka Dynamic First Party Isolation) yet.
user_pref("network.cookie.cookieBehavior", 4);
// Force a light color scheme unless explicitly overriden by pref.
user_pref("layout.css.prefers-color-scheme.content-override", 1);
// Force OffscreenCanvas support