Bug 1582229 - Unrestrict the eval() preferences from Nightly r=ckerschb

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

--HG--
extra : moz-landing-system : lando
This commit is contained in:
Tom Ritter 2019-09-19 04:08:18 +00:00
parent 139191781a
commit f858abb2cd

View File

@ -503,11 +503,12 @@ pref("browser.tabs.delayHidingAudioPlayingIconMS", 3000);
pref("browser.tabs.remote.enforceRemoteTypeRestrictions", true);
#endif
// allow_eval_* is enabled on Firefox Desktop only at this
// point in time
pref("security.allow_eval_with_system_principal", false);
pref("security.allow_eval_in_parent_process", false);
#ifdef NIGHTLY_BUILD
// allow_eval_* is enabled on Firefox Desktop only at this
// point in time
pref("security.allow_eval_with_system_principal", false);
pref("security.allow_eval_in_parent_process", false);
pref("browser.tabs.remote.useHTTPResponseProcessSelection", true);
#else
// Disabled outside of nightly due to bug 1554217