Backed out changeset 7813f3652481 (bug 1366694)

This commit is contained in:
Carsten "Tomcat" Book 2017-07-11 13:14:34 +02:00
parent 7e0d52f50e
commit 5a11b78c49

View File

@ -1044,7 +1044,7 @@ pref("dom.ipc.plugins.sandbox-level.flash", 0);
// See - security/sandbox/win/src/sandboxbroker/sandboxBroker.cpp
// SetSecurityLevelForContentProcess() for what the different settings mean.
#if defined(NIGHTLY_BUILD)
pref("security.sandbox.content.level", 3);
pref("security.sandbox.content.level", 2);
#else
pref("security.sandbox.content.level", 1);
#endif