Bug 1514583: Disable sandbox on aarch64 Windows. r=dmajor

This commit is contained in:
Bob Owen 2018-12-16 22:23:01 +00:00
parent 5b2de0d7eb
commit 5df7749f4b

View File

@ -1010,7 +1010,11 @@ pref("dom.ipc.plugins.sandbox-level.flash", 0);
// On windows these levels are:
// See - security/sandbox/win/src/sandboxbroker/sandboxBroker.cpp
// SetSecurityLevelForContentProcess() for what the different settings mean.
#if defined(_ARM64_)
pref("security.sandbox.content.level", 0);
#else
pref("security.sandbox.content.level", 5);
#endif
// This controls the depth of stack trace that is logged when Windows sandbox
// logging is turned on. This is only currently available for the content