From 375579cc2e8c818a87a494cbac591612043d0902 Mon Sep 17 00:00:00 2001 From: shindli Date: Mon, 24 Sep 2018 19:38:42 +0300 Subject: [PATCH] Backed out changeset cc0cb1e1912d (bug 1398718) for task timeout after 3600 seconds bustages CLOSED TREE --- modules/libpref/init/all.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/libpref/init/all.js b/modules/libpref/init/all.js index 04745876d7cb..f1f2af9a6587 100644 --- a/modules/libpref/init/all.js +++ b/modules/libpref/init/all.js @@ -5817,7 +5817,7 @@ pref("layers.mlgpu.enable-on-windows7", true); #endif // Enable lowercased response header name -pref("dom.xhr.lowercase_header.enabled", true); +pref("dom.xhr.lowercase_header.enabled", false); // Control whether clients.openWindow() opens windows in the same process // that called the API vs following our normal multi-process selection