Commit 6b41fa8a authored by Niklas Goegge's avatar Niklas Goegge
Browse files

Bug 1617611: Enable SameSite=Lax by default in xpcshell tests. r=ckerschb

parent deeb43d1
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -31,8 +31,6 @@ user_pref("dom.ipc.processPriorityManager.enabled", false);
// Avoid idle-daily notifications, to avoid expensive operations that may
// cause unexpected test timeouts.
user_pref("idle.lastDailyNotification", -1);
// XXX: Bug 1617611 - Fix all the tests broken by "cookies SameSite=Lax by default"
user_pref("network.cookie.sameSite.laxByDefault", false);
// Bug 455077 - Ensure we use sRGB as the output profile for test consistency.
user_pref("gfx.color_management.force_srgb", true);
user_pref("gfx.color_management.mode", 1);