diff options
Diffstat (limited to 'testing/profiles/web-platform/user.js')
-rw-r--r-- | testing/profiles/web-platform/user.js | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/testing/profiles/web-platform/user.js b/testing/profiles/web-platform/user.js index 6370b93645..9251695ba2 100644 --- a/testing/profiles/web-platform/user.js +++ b/testing/profiles/web-platform/user.js @@ -74,8 +74,6 @@ user_pref("gfx.offscreencanvas.enabled", true); user_pref("dom.reporting.enabled", true); // Enable WebDriver BiDi experimental commands and events during tests. user_pref("remote.experimental.enabled", true); -// Disable always partitioning storage with the Storage Access API -user_pref("privacy.partition.always_partition_third_party_non_cookie_storage", false); // Disable OCSP checks in WPT (webtransport triggers these occasionally) user_pref("security.OCSP.enabled", 0); // Disable download of intermediate certificates. |