Bug 1544538 - Pref off advanced layers. r=jrmuizel

Differential Revision: https://phabricator.services.mozilla.com/D27565

--HG--
extra : moz-landing-system : lando
This commit is contained in:
Ryan Hunt 2019-04-16 00:27:46 +00:00
parent c8b347cbbe
commit c2babf8e51

View File

@ -6014,14 +6014,6 @@ pref("asanreporter.clientid", "unknown");
pref("toolkit.telemetry.overrideUpdateChannel", "nightly-asan");
#endif
#if defined(XP_WIN)
pref("layers.mlgpu.enabled", true);
// Both this and the master "enabled" pref must be on to use Advanced Layers
// on Windows 7.
pref("layers.mlgpu.enable-on-windows7", true);
#endif
// Enable lowercased response header name
pref("dom.xhr.lowercase_header.enabled", true);